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

Unified Diff: chrome/browser/sync/profile_sync_service_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/sync/profile_sync_service_android.h
diff --git a/chrome/browser/sync/profile_sync_service_android.h b/chrome/browser/sync/profile_sync_service_android.h
index 703c69ef0a4d8a37cebeb2e43fb41647c8a2db89..2b2f34e22067c9065c50265cc0a9b3bdb4700532 100644
--- a/chrome/browser/sync/profile_sync_service_android.h
+++ b/chrome/browser/sync/profile_sync_service_android.h
@@ -187,7 +187,7 @@ class ProfileSyncServiceAndroid : public ProfileSyncServiceObserver {
jint GetAuthError(JNIEnv* env, jobject obj);
// ProfileSyncServiceObserver:
- virtual void OnStateChanged() override;
+ void OnStateChanged() override;
// Returns a timestamp for when a sync was last executed. The return value is
// the internal value of base::Time.
@@ -217,7 +217,7 @@ class ProfileSyncServiceAndroid : public ProfileSyncServiceObserver {
int64,
syncer::ObjectIdLessThan> ObjectIdVersionMap;
- virtual ~ProfileSyncServiceAndroid();
+ ~ProfileSyncServiceAndroid() override;
// Remove observers to profile sync service.
void RemoveObserver();

Powered by Google App Engine
This is Rietveld 408576698