Index: chrome/browser/google/google_url_tracker_factory.h |
diff --git a/chrome/browser/google/google_url_tracker_factory.h b/chrome/browser/google/google_url_tracker_factory.h |
index 27603d830ab56aa512baa80890145b45083c22b0..f71163f4c3e005dc7a778bafa068ac833b3ead82 100644 |
--- a/chrome/browser/google/google_url_tracker_factory.h |
+++ b/chrome/browser/google/google_url_tracker_factory.h |
@@ -32,7 +32,8 @@ class GoogleURLTrackerFactory : public ProfileKeyedServiceFactory { |
virtual ProfileKeyedService* BuildServiceInstanceFor( |
content::BrowserContext* profile) const OVERRIDE; |
virtual void RegisterUserPrefs(PrefRegistrySyncable* registry) OVERRIDE; |
- virtual bool ServiceRedirectedInIncognito() const OVERRIDE; |
+ virtual content::BrowserContext* GetBrowserContextToUse( |
+ content::BrowserContext* context) const OVERRIDE; |
virtual bool ServiceIsCreatedWithProfile() const OVERRIDE; |
virtual bool ServiceIsNULLWhileTesting() const OVERRIDE; |