| 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 e79ec9eaeb62a33b8cff35c396a54fff1171ae9d..586c9828514187f59f480ea358b3e26dce0b98fb 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
|
| @@ -25,7 +25,7 @@ class AutotestPrivateAPIFactory : public ProfileKeyedServiceFactory {
|
|
|
| // ProfileKeyedBaseFactory implementation.
|
| virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| - Profile* profile) const OVERRIDE;
|
| + content::BrowserContext* profile) const OVERRIDE;
|
| virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
|
| virtual bool ServiceIsCreatedWithProfile() const OVERRIDE;
|
| virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
|
|
|