Index: chrome/browser/search/instant_service_factory.h |
diff --git a/chrome/browser/search/instant_service_factory.h b/chrome/browser/search/instant_service_factory.h |
index ad02cdfeaaae9b4d09374de84499f5773178e7a6..6721314cdd2b1ad1a1709c7857e818f315b050c2 100644 |
--- a/chrome/browser/search/instant_service_factory.h |
+++ b/chrome/browser/search/instant_service_factory.h |
@@ -31,7 +31,7 @@ class InstantServiceFactory : public ProfileKeyedServiceFactory { |
// Overridden from ProfileKeyedServiceFactory: |
virtual bool ServiceHasOwnInstanceInIncognito() const OVERRIDE; |
virtual ProfileKeyedService* BuildServiceInstanceFor( |
- Profile* profile) const OVERRIDE; |
+ content::BrowserContext* profile) const OVERRIDE; |
DISALLOW_COPY_AND_ASSIGN(InstantServiceFactory); |
}; |