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

Unified Diff: content/browser/android/web_contents_observer_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
« no previous file with comments | « content/browser/android/popup_touch_handle_drawable.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/android/web_contents_observer_android.h
diff --git a/content/browser/android/web_contents_observer_android.h b/content/browser/android/web_contents_observer_android.h
index 918443b08d11c6eadcb94d7a4649bc63ce957f99..3f5d11100e2deb4ec7aaab17211f55fd4cbe85fe 100644
--- a/content/browser/android/web_contents_observer_android.h
+++ b/content/browser/android/web_contents_observer_android.h
@@ -27,7 +27,7 @@ class WebContentsObserverAndroid : public WebContentsObserver {
WebContentsObserverAndroid(JNIEnv* env,
jobject obj,
WebContents* web_contents);
- virtual ~WebContentsObserverAndroid();
+ ~WebContentsObserverAndroid() override;
void Destroy(JNIEnv* env, jobject obj);
« no previous file with comments | « content/browser/android/popup_touch_handle_drawable.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698