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_; |