Index: chrome/browser/extensions/api/developer_private/developer_private_api_factory.h |
diff --git a/chrome/browser/extensions/api/developer_private/developer_private_api_factory.h b/chrome/browser/extensions/api/developer_private/developer_private_api_factory.h |
index faf58270766c3dfc7ecb992c29763ed2bb609f9d..3c41292e61961b3f75974c13815400d27c06e48d 100644 |
--- a/chrome/browser/extensions/api/developer_private/developer_private_api_factory.h |
+++ b/chrome/browser/extensions/api/developer_private/developer_private_api_factory.h |
@@ -29,7 +29,8 @@ class DeveloperPrivateAPIFactory : public ProfileKeyedServiceFactory { |
// ProfileKeyedServiceFactory implementation. |
virtual ProfileKeyedService* BuildServiceInstanceFor( |
content::BrowserContext* profile) const OVERRIDE; |
- virtual bool ServiceRedirectedInIncognito() const OVERRIDE; |
+ virtual content::BrowserContext* GetBrowserContextToUse( |
+ content::BrowserContext* context) const OVERRIDE; |
virtual bool ServiceIsCreatedWithProfile() const OVERRIDE; |
virtual bool ServiceIsNULLWhileTesting() const OVERRIDE; |
}; |