| 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 76e4c484ccff0f0436631a559e0b0e00a43c96c2..023c5ec20f1314fa6ce59161746d876d13053a77 100644
|
| --- a/chrome/browser/autofill/autocheckout_whitelist_manager_factory.h
|
| +++ b/chrome/browser/autofill/autocheckout_whitelist_manager_factory.h
|
| @@ -44,7 +44,7 @@ class WhitelistManagerFactory : public ProfileKeyedServiceFactory {
|
|
|
| // ProfileKeyedServiceFactory:
|
| virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| - Profile* profile) const OVERRIDE;
|
| + content::BrowserContext* profile) const OVERRIDE;
|
| virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
|
| virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
|
| };
|
|
|