Index: chrome/browser/autofill/autocheckout_whitelist_manager_factory.cc |
diff --git a/chrome/browser/autofill/autocheckout_whitelist_manager_factory.cc b/chrome/browser/autofill/autocheckout_whitelist_manager_factory.cc |
index a3a6ee084243b4c566e73d904aadef36e8383047..3024606a10aab6de9060ad072a808d9ebe9f21e5 100644 |
--- a/chrome/browser/autofill/autocheckout_whitelist_manager_factory.cc |
+++ b/chrome/browser/autofill/autocheckout_whitelist_manager_factory.cc |
@@ -71,9 +71,9 @@ WhitelistManagerFactory::~WhitelistManagerFactory() { |
ProfileKeyedService* |
WhitelistManagerFactory::BuildServiceInstanceFor( |
- Profile* profile) const { |
+ content::BrowserContext* profile) const { |
WhitelistManagerService* service = |
- new WhitelistManagerServiceImpl(profile); |
+ new WhitelistManagerServiceImpl(static_cast<Profile*>(profile)); |
return service; |
} |