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

Unified Diff: content/child/touch_fling_gesture_curve_unittest.cc

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/touch_fling_gesture_curve.h ('k') | content/child/web_socket_stream_handle_impl.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_unittest.cc
diff --git a/content/child/touch_fling_gesture_curve_unittest.cc b/content/child/touch_fling_gesture_curve_unittest.cc
index 971c2632986b85fdc72d2ba86e00ef665e097de4..f8e5b5e59415d960cd3fa5d7350674bd685d751b 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;
« no previous file with comments | « content/child/touch_fling_gesture_curve.h ('k') | content/child/web_socket_stream_handle_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698