Index: chrome/browser/ui/app_list/start_page_service_factory.h |
diff --git a/chrome/browser/ui/app_list/start_page_service_factory.h b/chrome/browser/ui/app_list/start_page_service_factory.h |
index 5fd304dbe6ac523c7872a92a9f52f553b551642b..1bd8031eda3a99100d978020b7c542c49381056b 100644 |
--- a/chrome/browser/ui/app_list/start_page_service_factory.h |
+++ b/chrome/browser/ui/app_list/start_page_service_factory.h |
@@ -31,6 +31,8 @@ class StartPageServiceFactory : public BrowserContextKeyedServiceFactory { |
// BrowserContextKeyedServiceFactory overrides: |
KeyedService* BuildServiceInstanceFor( |
content::BrowserContext* context) const override; |
+ content::BrowserContext* GetBrowserContextToUse( |
+ content::BrowserContext* context) const override; |
DISALLOW_COPY_AND_ASSIGN(StartPageServiceFactory); |
}; |