Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / forms / BaseClickableWithKeyInputType.h
index 2798c96..0ca7280 100644 (file)
@@ -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