Index: chrome/browser/webdata/web_data_service_factory.h |
diff --git a/chrome/browser/webdata/web_data_service_factory.h b/chrome/browser/webdata/web_data_service_factory.h |
index 68c6c573bcdfa8662f5d6d402a26fe10291643ea..9f88d426bee833d2206f4ee9dcec333238605cb5 100644 |
--- a/chrome/browser/webdata/web_data_service_factory.h |
+++ b/chrome/browser/webdata/web_data_service_factory.h |
@@ -67,7 +67,8 @@ class WebDataServiceFactory : public ProfileKeyedServiceFactory { |
virtual ~WebDataServiceFactory(); |
// |ProfileKeyedBaseFactory| methods: |
- virtual bool ServiceRedirectedInIncognito() const OVERRIDE; |
+ virtual content::BrowserContext* GetBrowserContextToUse( |
+ content::BrowserContext* context) const OVERRIDE; |
virtual ProfileKeyedService* BuildServiceInstanceFor( |
content::BrowserContext* profile) const OVERRIDE; |
virtual bool ServiceIsNULLWhileTesting() const OVERRIDE; |