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

Unified Diff: content/browser/android/overscroll_controller_android.h

Issue 897773002: Update {virtual,override,final} to follow C++11 style. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 10 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
Index: content/browser/android/overscroll_controller_android.h
diff --git a/content/browser/android/overscroll_controller_android.h b/content/browser/android/overscroll_controller_android.h
index f50a15ddad2f5875efe53551415d6aa43d6befea..e7a5196bda6420427699f607e7bbadfd55e437c1 100644
--- a/content/browser/android/overscroll_controller_android.h
+++ b/content/browser/android/overscroll_controller_android.h
@@ -39,7 +39,7 @@ class OverscrollControllerAndroid : public OverscrollGlowClient,
OverscrollControllerAndroid(WebContents* web_contents,
ui::WindowAndroidCompositor* compositor,
float dpi_scale);
- virtual ~OverscrollControllerAndroid();
+ ~OverscrollControllerAndroid() override;
// Returns true if |event| is consumed by an overscroll effect, in which
// case it should cease propagation.
« no previous file with comments | « content/browser/android/java/jni_helper_unittest.cc ('k') | content/browser/android/popup_touch_handle_drawable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698