Index: content/browser/renderer_host/input/synthetic_gesture_target_base.h |
diff --git a/content/browser/renderer_host/input/synthetic_gesture_target_base.h b/content/browser/renderer_host/input/synthetic_gesture_target_base.h |
index a66a8d34cae3b14deb1c44764b07f80b792ca36f..a95c5d48708d38c5335f9ddc816da1f1bd49e072 100644 |
--- a/content/browser/renderer_host/input/synthetic_gesture_target_base.h |
+++ b/content/browser/renderer_host/input/synthetic_gesture_target_base.h |
@@ -41,18 +41,18 @@ class SyntheticGestureTargetBase : public SyntheticGestureTarget { |
// SyntheticGestureTarget: |
virtual void DispatchInputEventToPlatform( |
- const blink::WebInputEvent& event) OVERRIDE; |
+ const blink::WebInputEvent& event) override; |
- virtual void SetNeedsFlush() OVERRIDE; |
+ virtual void SetNeedsFlush() override; |
virtual SyntheticGestureParams::GestureSourceType |
- GetDefaultSyntheticGestureSourceType() const OVERRIDE; |
+ GetDefaultSyntheticGestureSourceType() const override; |
- virtual base::TimeDelta PointerAssumedStoppedTime() const OVERRIDE; |
+ virtual base::TimeDelta PointerAssumedStoppedTime() const override; |
- virtual float GetTouchSlopInDips() const OVERRIDE; |
+ virtual float GetTouchSlopInDips() const override; |
- virtual float GetMinScalingSpanInDips() const OVERRIDE; |
+ virtual float GetMinScalingSpanInDips() const override; |
protected: |
RenderWidgetHostImpl* render_widget_host() const { return host_; } |