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 47e662427506a1b8f301e5869eb0ed9cfa811dd6..27603d830ab56aa512baa80890145b45083c22b0 100644 |
--- a/chrome/browser/google/google_url_tracker_factory.h |
+++ b/chrome/browser/google/google_url_tracker_factory.h |
@@ -30,7 +30,7 @@ class GoogleURLTrackerFactory : public ProfileKeyedServiceFactory { |
// ProfileKeyedServiceFactory: |
virtual ProfileKeyedService* BuildServiceInstanceFor( |
- Profile* profile) const OVERRIDE; |
+ content::BrowserContext* profile) const OVERRIDE; |
virtual void RegisterUserPrefs(PrefRegistrySyncable* registry) OVERRIDE; |
virtual bool ServiceRedirectedInIncognito() const OVERRIDE; |
virtual bool ServiceIsCreatedWithProfile() const OVERRIDE; |