Index: chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.h |
diff --git a/chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.h b/chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.h |
index 93fce1a6a17df3dcebc97886a67ff2ae559c61e5..dfd834b2a8af7a20279e89b86724924ddcd9b7bb 100644 |
--- a/chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.h |
+++ b/chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.h |
@@ -27,7 +27,7 @@ class NTPResourceCacheFactory : public ProfileKeyedServiceFactory { |
// ProfileKeyedServiceFactory: |
virtual ProfileKeyedService* BuildServiceInstanceFor( |
- Profile* profile) const OVERRIDE; |
+ content::BrowserContext* profile) const OVERRIDE; |
virtual bool ServiceRedirectedInIncognito() const OVERRIDE; |
}; |