summaryrefslogtreecommitdiffstats
path: root/views/examples
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-01 19:09:06 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-01 19:09:06 +0000
commit92258389a1a4190987f3b4a64386fd9eb0f126ea (patch)
tree567ea0779660a7f822289f3c945721f2e9d6fad1 /views/examples
parent47fa280c2ff011bb948a9978687418079731a854 (diff)
downloadchromium_src-92258389a1a4190987f3b4a64386fd9eb0f126ea.zip
chromium_src-92258389a1a4190987f3b4a64386fd9eb0f126ea.tar.gz
chromium_src-92258389a1a4190987f3b4a64386fd9eb0f126ea.tar.bz2
Revert 58186 - Move the keyboard files from base/ to app/.
Also moves the associated classes/enums from base:: to app::. TEST=try bots compile BUG=NONE Review URL: http://codereview.chromium.org/3165064 TBR=bryeung@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58215 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/examples')
-rw-r--r--views/examples/table2_example.h2
-rw-r--r--views/examples/table_example.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/views/examples/table2_example.h b/views/examples/table2_example.h
index c58b073..9e2f22f 100644
--- a/views/examples/table2_example.h
+++ b/views/examples/table2_example.h
@@ -130,7 +130,7 @@ class Table2Example
virtual void OnMiddleClick() {}
- virtual void OnKeyDown(app::KeyboardCode virtual_keycode) {}
+ virtual void OnKeyDown(base::KeyboardCode virtual_keycode) {}
virtual void OnTableViewDelete(views::TableView* table_view) {}
diff --git a/views/examples/table_example.h b/views/examples/table_example.h
index c71b2c8..1a447f4 100644
--- a/views/examples/table_example.h
+++ b/views/examples/table_example.h
@@ -124,7 +124,7 @@ class TableExample
virtual void OnMiddleClick() {}
- virtual void OnKeyDown(app::KeyboardCode virtual_keycode) {}
+ virtual void OnKeyDown(base::KeyboardCode virtual_keycode) {}
virtual void OnTableViewDelete(views::TableView* table_view) {}