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

Unified Diff: content/test/web_gesture_curve_mock.h

Issue 630813002: Replace OVERRIDE and FINAL with override and final in content/test/[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/test/test_web_contents.h ('k') | content/test/web_layer_tree_view_impl_for_testing.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/web_gesture_curve_mock.h
diff --git a/content/test/web_gesture_curve_mock.h b/content/test/web_gesture_curve_mock.h
index e103c175e99330f4c4b2cacd0c39039d98d4052d..1dbaa8f27369d1f17b775d7a93f3f59357e660cb 100644
--- a/content/test/web_gesture_curve_mock.h
+++ b/content/test/web_gesture_curve_mock.h
@@ -20,7 +20,7 @@ class WebGestureCurveMock : public blink::WebGestureCurve {
// Returns false if curve has finished and can no longer be applied.
virtual bool apply(double time,
- blink::WebGestureCurveTarget* target) OVERRIDE;
+ blink::WebGestureCurveTarget* target) override;
private:
blink::WebFloatPoint velocity_;
« no previous file with comments | « content/test/test_web_contents.h ('k') | content/test/web_layer_tree_view_impl_for_testing.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698