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

Unified Diff: chrome/browser/google/google_search_counter.h

Issue 648653003: Standardize usage of virtual/override/final in chrome/browser/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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.h
diff --git a/chrome/browser/google/google_search_counter.h b/chrome/browser/google/google_search_counter.h
index a8525397708c9eec8842a1e6838eaa2beab0df09..e1f558d1275b27be5b91c4fc3ca88eac6a15cf08 100644
--- a/chrome/browser/google/google_search_counter.h
+++ b/chrome/browser/google/google_search_counter.h
@@ -46,7 +46,7 @@ class GoogleSearchCounter : content::NotificationObserver {
friend class GoogleSearchCounterAndroidTest;
GoogleSearchCounter();
- virtual ~GoogleSearchCounter();
+ ~GoogleSearchCounter() override;
void ProcessCommittedEntry(const content::NotificationSource& source,
const content::NotificationDetails& details);
@@ -59,9 +59,9 @@ class GoogleSearchCounter : content::NotificationObserver {
void RegisterForNotificationsInternal();
// 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;
content::NotificationRegistrar registrar_;
scoped_ptr<GoogleSearchMetrics> search_metrics_;
« no previous file with comments | « chrome/browser/google/chrome_google_url_tracker_client.h ('k') | chrome/browser/google/google_url_tracker_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698