| Index: content/child/touch_fling_gesture_curve.h
|
| diff --git a/content/child/touch_fling_gesture_curve.h b/content/child/touch_fling_gesture_curve.h
|
| index d8c449550b20b9c3f13b46f76a526d333d75290e..86eebd834810592f71d788400ab44e4b19edecd3 100644
|
| --- a/content/child/touch_fling_gesture_curve.h
|
| +++ b/content/child/touch_fling_gesture_curve.h
|
| @@ -29,7 +29,7 @@ class TouchFlingGestureCurve : public blink::WebGestureCurve {
|
| const blink::WebSize& cumulativeScroll);
|
|
|
| virtual bool apply(double monotonicTime,
|
| - blink::WebGestureCurveTarget*) OVERRIDE;
|
| + blink::WebGestureCurveTarget*) override;
|
|
|
| private:
|
| TouchFlingGestureCurve(const blink::WebFloatPoint& initial_velocity,
|
|
|