summaryrefslogtreecommitdiffstats
path: root/chrome/browser/google/google_url_tracker_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/google/google_url_tracker_factory.h')
-rw-r--r--chrome/browser/google/google_url_tracker_factory.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/google/google_url_tracker_factory.h b/chrome/browser/google/google_url_tracker_factory.h
index a294593..4dfe261 100644
--- a/chrome/browser/google/google_url_tracker_factory.h
+++ b/chrome/browser/google/google_url_tracker_factory.h
@@ -31,9 +31,9 @@ class GoogleURLTrackerFactory : public ProfileKeyedServiceFactory {
virtual ProfileKeyedService* BuildServiceInstanceFor(
Profile* profile) const OVERRIDE;
virtual void RegisterUserPrefs(PrefService* user_prefs) OVERRIDE;
- virtual bool ServiceRedirectedInIncognito() OVERRIDE;
- virtual bool ServiceIsCreatedWithProfile() OVERRIDE;
- virtual bool ServiceIsNULLWhileTesting() OVERRIDE;
+ virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
+ virtual bool ServiceIsCreatedWithProfile() const OVERRIDE;
+ virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
DISALLOW_COPY_AND_ASSIGN(GoogleURLTrackerFactory);
};