| 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
|
|
|
|
|