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 dfd834b2a8af7a20279e89b86724924ddcd9b7bb..16d431940e1fbba31a60057f729a770e18c9ed73 100644 |
--- a/chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.h |
+++ b/chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.h |
@@ -28,7 +28,8 @@ class NTPResourceCacheFactory : public ProfileKeyedServiceFactory { |
// ProfileKeyedServiceFactory: |
virtual ProfileKeyedService* BuildServiceInstanceFor( |
content::BrowserContext* profile) const OVERRIDE; |
- virtual bool ServiceRedirectedInIncognito() const OVERRIDE; |
+ virtual content::BrowserContext* GetBrowserContextToUse( |
+ content::BrowserContext* context) const OVERRIDE; |
}; |
#endif // CHROME_BROWSER_UI_WEBUI_NTP_NTP_RESOURCE_CACHE_FACTORY_H_ |