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

Unified Diff: ui/base/keycodes/keyboard_codes_posix.h

Issue 9965049: ui/base: Clean up our AcceleratorGtk class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sky review Created 8 years, 9 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 | « ui/base/accelerators/accelerator_gtk.cc ('k') | ui/base/keycodes/keyboard_codes_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/keycodes/keyboard_codes_posix.h
diff --git a/ui/base/keycodes/keyboard_codes_posix.h b/ui/base/keycodes/keyboard_codes_posix.h
index 4d10edf4e12661eb2c533c65c16bd0cd2f078797..e7f679dc9705171528e37efc5eb1a0502946aa2a 100644
--- a/ui/base/keycodes/keyboard_codes_posix.h
+++ b/ui/base/keycodes/keyboard_codes_posix.h
@@ -34,7 +34,7 @@
namespace ui {
-typedef enum {
+enum KeyboardCode {
VKEY_BACK = 0x08,
VKEY_TAB = 0x09,
VKEY_BACKTAB = 0x0A,
@@ -211,7 +211,7 @@ typedef enum {
// unassigned.
VKEY_BRIGHTNESS_DOWN = 0xD8,
VKEY_BRIGHTNESS_UP = 0xD9
-} KeyboardCode;
+};
} // namespace ui
« no previous file with comments | « ui/base/accelerators/accelerator_gtk.cc ('k') | ui/base/keycodes/keyboard_codes_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698