summaryrefslogtreecommitdiffstats
path: root/content/child/touch_fling_gesture_curve_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/child/touch_fling_gesture_curve_unittest.cc')
-rw-r--r--content/child/touch_fling_gesture_curve_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/child/touch_fling_gesture_curve_unittest.cc b/content/child/touch_fling_gesture_curve_unittest.cc
index 971c263..f8e5b5e 100644
--- a/content/child/touch_fling_gesture_curve_unittest.cc
+++ b/content/child/touch_fling_gesture_curve_unittest.cc
@@ -25,7 +25,7 @@ namespace {
class MockGestureCurveTarget : public WebGestureCurveTarget {
public:
virtual bool scrollBy(const WebFloatSize& delta,
- const WebFloatSize& velocity) OVERRIDE {
+ const WebFloatSize& velocity) override {
cumulative_delta_.width += delta.width;
cumulative_delta_.height += delta.height;
current_velocity_ = velocity;