Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1557)

Unified Diff: views/focus/accelerator_handler_gtk_unittest.cc

Issue 3361003: Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « views/examples/table_example.h ('k') | views/focus/accelerator_handler_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/focus/accelerator_handler_gtk_unittest.cc
===================================================================
--- views/focus/accelerator_handler_gtk_unittest.cc (revision 58386)
+++ views/focus/accelerator_handler_gtk_unittest.cc (working copy)
@@ -19,8 +19,8 @@
public AcceleratorTarget {
public:
AcceleratorHandlerGtkTest()
- : kMenuAccelerator(base::VKEY_MENU, false, false, false),
- kHomepageAccelerator(base::VKEY_HOME, false, false, true),
+ : kMenuAccelerator(app::VKEY_MENU, false, false, false),
+ kHomepageAccelerator(app::VKEY_HOME, false, false, true),
content_view_(NULL) {
}
« no previous file with comments | « views/examples/table_example.h ('k') | views/focus/accelerator_handler_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698