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

Unified Diff: chrome/browser/profiles/profile_android.h

Issue 885283009: Update {virtual,override,final} to follow C++11 style. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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: chrome/browser/profiles/profile_android.h
diff --git a/chrome/browser/profiles/profile_android.h b/chrome/browser/profiles/profile_android.h
index 7a202811b8bb7c6234fa0786ced71594ed482dd6..b336342ca03a49dcb8c479b6cf5d1f7a796c742d 100644
--- a/chrome/browser/profiles/profile_android.h
+++ b/chrome/browser/profiles/profile_android.h
@@ -45,7 +45,7 @@ class ProfileAndroid : public base::SupportsUserData::Data {
jboolean IsOffTheRecord(JNIEnv* env, jobject obj);
explicit ProfileAndroid(Profile* profile);
- virtual ~ProfileAndroid();
+ ~ProfileAndroid() override;
base::android::ScopedJavaLocalRef<jobject> GetJavaObject();
« no previous file with comments | « chrome/browser/printing/print_view_manager_basic.h ('k') | chrome/browser/search/contextual_search_promo_source_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698