| Index: chrome/browser/ui/webui/ntp/app_resource_cache_factory.h
|
| diff --git a/chrome/browser/ui/webui/ntp/app_resource_cache_factory.h b/chrome/browser/ui/webui/ntp/app_resource_cache_factory.h
|
| index 14b95f6fa44058552919c7c17b1ccbeae2b2c377..fd2eb29d85a5bbe3d8411a2c922f2cd58b639731 100644
|
| --- a/chrome/browser/ui/webui/ntp/app_resource_cache_factory.h
|
| +++ b/chrome/browser/ui/webui/ntp/app_resource_cache_factory.h
|
| @@ -28,7 +28,8 @@ class AppResourceCacheFactory : 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_APP_RESOURCE_CACHE_FACTORY_H_
|
|
|