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

Unified Diff: app/menus/accelerator_cocoa.h

Issue 6246001: Move app/key* to ui/base/keycodes/* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 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 | « app/menus/accelerator.h ('k') | app/menus/accelerator_gtk.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/menus/accelerator_cocoa.h
===================================================================
--- app/menus/accelerator_cocoa.h (revision 71220)
+++ app/menus/accelerator_cocoa.h (working copy)
@@ -20,7 +20,7 @@
class AcceleratorCocoa : public Accelerator {
public:
AcceleratorCocoa(NSString* key_code, NSUInteger mask)
- : Accelerator(app::VKEY_UNKNOWN, mask),
+ : Accelerator(ui::VKEY_UNKNOWN, mask),
characters_([key_code copy]) {
}
« no previous file with comments | « app/menus/accelerator.h ('k') | app/menus/accelerator_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698