Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(218)

Unified Diff: content/child/touch_fling_gesture_curve.h

Issue 630743005: Replace OVERRIDE and FINAL with override and final in content/child/[a-s]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/child/threaded_data_provider.cc ('k') | content/child/touch_fling_gesture_curve_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « content/child/threaded_data_provider.cc ('k') | content/child/touch_fling_gesture_curve_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698