Chromium Code Reviews| Index: ui/events/event.h | 
| diff --git a/ui/events/event.h b/ui/events/event.h | 
| index 4ab77519f6510057e06fbe3ba4b3cb931d5f7b60..b86b8feffe4efb20da705c7281e57c40101f0a90 100644 | 
| --- a/ui/events/event.h | 
| +++ b/ui/events/event.h | 
| @@ -810,7 +810,7 @@ class EVENTS_EXPORT KeyEvent : public Event { | 
| KeyboardCode key_code_; | 
| - // DOM KeyboardEvent |code| (e.g. DomCode::KEY_A, DomCode::SPACE). | 
| + // DOM KeyboardEvent |code| (e.g. DomCode::US_A, DomCode::SPACE). | 
| // http://www.w3.org/TR/DOM-Level-3-Events-code/ | 
| // | 
| // This value represents the physical position in the keyboard and can be |