Index: content/browser/renderer_host/input/synthetic_smooth_scroll_gesture.h |
diff --git a/content/browser/renderer_host/input/synthetic_smooth_scroll_gesture.h b/content/browser/renderer_host/input/synthetic_smooth_scroll_gesture.h |
index 5940f9a9f444b3c543f69a4996800834844473a8..080e2dbaec1dcc9970a051e54d1c8bb4f4d8f776 100644 |
--- a/content/browser/renderer_host/input/synthetic_smooth_scroll_gesture.h |
+++ b/content/browser/renderer_host/input/synthetic_smooth_scroll_gesture.h |
@@ -28,9 +28,9 @@ class CONTENT_EXPORT SyntheticSmoothScrollGesture : public SyntheticGesture { |
public: |
explicit SyntheticSmoothScrollGesture( |
const SyntheticSmoothScrollGestureParams& params); |
- virtual ~SyntheticSmoothScrollGesture(); |
+ ~SyntheticSmoothScrollGesture() override; |
- virtual SyntheticGesture::Result ForwardInputEvents( |
+ SyntheticGesture::Result ForwardInputEvents( |
const base::TimeTicks& timestamp, |
SyntheticGestureTarget* target) override; |