summaryrefslogtreecommitdiffstats
path: root/chrome/browser/google/chrome_google_url_tracker_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/google/chrome_google_url_tracker_client.h')
-rw-r--r--chrome/browser/google/chrome_google_url_tracker_client.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/chrome/browser/google/chrome_google_url_tracker_client.h b/chrome/browser/google/chrome_google_url_tracker_client.h
index 2512da3..2687809 100644
--- a/chrome/browser/google/chrome_google_url_tracker_client.h
+++ b/chrome/browser/google/chrome_google_url_tracker_client.h
@@ -15,20 +15,20 @@ class ChromeGoogleURLTrackerClient : public GoogleURLTrackerClient,
public content::NotificationObserver {
public:
explicit ChromeGoogleURLTrackerClient(Profile* profile);
- virtual ~ChromeGoogleURLTrackerClient();
+ ~ChromeGoogleURLTrackerClient() override;
// GoogleURLTrackerClient:
- virtual void SetListeningForNavigationStart(bool listen) override;
- virtual bool IsListeningForNavigationStart() override;
- virtual bool IsBackgroundNetworkingEnabled() override;
- virtual PrefService* GetPrefs() override;
- virtual net::URLRequestContextGetter* GetRequestContext() override;
+ void SetListeningForNavigationStart(bool listen) override;
+ bool IsListeningForNavigationStart() override;
+ bool IsBackgroundNetworkingEnabled() override;
+ PrefService* GetPrefs() override;
+ net::URLRequestContextGetter* GetRequestContext() override;
private:
// 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_;