Index: Source/core/html/forms/BaseClickableWithKeyInputType.h |
diff --git a/Source/core/html/forms/BaseClickableWithKeyInputType.h b/Source/core/html/forms/BaseClickableWithKeyInputType.h |
index 2798c96eefe756a534384beaca0926872a35ad76..0ca728071ace58de2d85b461fa5f6da127514014 100644 |
--- a/Source/core/html/forms/BaseClickableWithKeyInputType.h |
+++ b/Source/core/html/forms/BaseClickableWithKeyInputType.h |
@@ -47,10 +47,10 @@ protected: |
BaseClickableWithKeyInputType(HTMLInputElement& element) : InputType(element) { } |
private: |
- virtual void handleKeydownEvent(KeyboardEvent*) OVERRIDE; |
- virtual void handleKeypressEvent(KeyboardEvent*) OVERRIDE; |
- virtual void handleKeyupEvent(KeyboardEvent*) OVERRIDE; |
- virtual void accessKeyAction(bool sendMouseEvents) OVERRIDE; |
+ virtual void handleKeydownEvent(KeyboardEvent*) override; |
+ virtual void handleKeypressEvent(KeyboardEvent*) override; |
+ virtual void handleKeyupEvent(KeyboardEvent*) override; |
+ virtual void accessKeyAction(bool sendMouseEvents) override; |
}; |
} // namespace blink |