| Index: chrome/browser/autofill/autocheckout_whitelist_manager_factory.h
|
| diff --git a/chrome/browser/autofill/autocheckout_whitelist_manager_factory.h b/chrome/browser/autofill/autocheckout_whitelist_manager_factory.h
|
| index 023c5ec20f1314fa6ce59161746d876d13053a77..00f6443789a311ec14052cbb4d46df68728f3c6a 100644
|
| --- a/chrome/browser/autofill/autocheckout_whitelist_manager_factory.h
|
| +++ b/chrome/browser/autofill/autocheckout_whitelist_manager_factory.h
|
| @@ -45,7 +45,8 @@ class WhitelistManagerFactory : public ProfileKeyedServiceFactory {
|
| // ProfileKeyedServiceFactory:
|
| virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| content::BrowserContext* profile) const OVERRIDE;
|
| - virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
|
| + virtual content::BrowserContext* GetBrowserContextToUse(
|
| + content::BrowserContext* context) const OVERRIDE;
|
| virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
|
| };
|
|
|
|
|