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

Unified Diff: chrome/browser/google/google_search_counter_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/google/google_search_counter_android.h
diff --git a/chrome/browser/google/google_search_counter_android.h b/chrome/browser/google/google_search_counter_android.h
index b13013f4dca185eacfa36e853744d7ff9f88fda9..89830c3d686c4e1f80dd567ed04747e2f39ec27d 100644
--- a/chrome/browser/google/google_search_counter_android.h
+++ b/chrome/browser/google/google_search_counter_android.h
@@ -17,7 +17,7 @@ class Profile;
class GoogleSearchCounterAndroid : content::NotificationObserver {
public:
explicit GoogleSearchCounterAndroid(Profile* profile);
- virtual ~GoogleSearchCounterAndroid();
+ ~GoogleSearchCounterAndroid() override;
private:
friend class GoogleSearchCounterAndroidTest;
@@ -26,9 +26,9 @@ class GoogleSearchCounterAndroid : content::NotificationObserver {
const content::NotificationDetails& details);
// content::NotificationObserver:
- virtual void Observe(int type,
- const content::NotificationSource& source,
- const content::NotificationDetails& details) override;
+ void Observe(int type,
+ const content::NotificationSource& source,
+ const content::NotificationDetails& details) override;
Profile* profile_;
content::NotificationRegistrar registrar_;
« no previous file with comments | « chrome/browser/download/download_ui_controller.cc ('k') | chrome/browser/google/google_search_counter_android_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698