Index: chrome/browser/extensions/api/autotest_private/autotest_private_api_factory.h |
diff --git a/chrome/browser/extensions/api/autotest_private/autotest_private_api_factory.h b/chrome/browser/extensions/api/autotest_private/autotest_private_api_factory.h |
index 586c9828514187f59f480ea358b3e26dce0b98fb..0cb296ef5a21937391fcb75caed0201fb56629af 100644 |
--- a/chrome/browser/extensions/api/autotest_private/autotest_private_api_factory.h |
+++ b/chrome/browser/extensions/api/autotest_private/autotest_private_api_factory.h |
@@ -26,7 +26,8 @@ class AutotestPrivateAPIFactory : public ProfileKeyedServiceFactory { |
// ProfileKeyedBaseFactory 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; |
}; |