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

Unified Diff: chrome/browser/android/most_visited_sites.h

Issue 884213005: 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 | « chrome/browser/android/logo_service.cc ('k') | chrome/browser/android/omnibox/answers_image_bridge.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/most_visited_sites.h
diff --git a/chrome/browser/android/most_visited_sites.h b/chrome/browser/android/most_visited_sites.h
index b01c56ecfeec92f4d5eeaf3241ba4284962bea51..6e5a7f52a5663b1eb2fca8aab909c821c18b8a42 100644
--- a/chrome/browser/android/most_visited_sites.h
+++ b/chrome/browser/android/most_visited_sites.h
@@ -45,7 +45,7 @@ class MostVisitedSites : public ProfileSyncServiceObserver,
void RecordOpenedMostVisitedItem(JNIEnv* env, jobject obj, jint index);
// ProfileSyncServiceObserver implementation.
- virtual void OnStateChanged() override;
+ void OnStateChanged() override;
// Registers JNI methods.
static bool Register(JNIEnv* env);
@@ -57,7 +57,7 @@ class MostVisitedSites : public ProfileSyncServiceObserver,
SUGGESTIONS_SERVICE
};
- virtual ~MostVisitedSites();
+ ~MostVisitedSites() override;
void QueryMostVisitedURLs();
// Initialize the query to Top Sites. Called if the SuggestionsService is not
« no previous file with comments | « chrome/browser/android/logo_service.cc ('k') | chrome/browser/android/omnibox/answers_image_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698