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

Unified Diff: app/menus/accelerator_cocoa.h

Issue 3354005: Re-lands 58186: (Closed)
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 | « 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
diff --git a/app/menus/accelerator_cocoa.h b/app/menus/accelerator_cocoa.h
index 3eb879f0780d7f8cb63fcc63db51f2307de7363d..71227fec40640c89263992337ddc9adbd3e0e7e0 100644
--- a/app/menus/accelerator_cocoa.h
+++ b/app/menus/accelerator_cocoa.h
@@ -20,7 +20,7 @@ namespace menus {
class AcceleratorCocoa : public Accelerator {
public:
AcceleratorCocoa(NSString* key_code, NSUInteger mask)
- : Accelerator(base::VKEY_UNKNOWN, mask),
+ : Accelerator(app::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