Index: chrome/browser/autofill/personal_data_manager_factory.h |
diff --git a/chrome/browser/autofill/personal_data_manager_factory.h b/chrome/browser/autofill/personal_data_manager_factory.h |
index 217b2fadcbeb14e04cfaf999bfa95a1292336f3a..2933216a8467d51a14b3f429d92174046ed1a19a 100644 |
--- a/chrome/browser/autofill/personal_data_manager_factory.h |
+++ b/chrome/browser/autofill/personal_data_manager_factory.h |
@@ -44,7 +44,7 @@ class PersonalDataManagerFactory : public ProfileKeyedServiceFactory { |
// ProfileKeyedServiceFactory: |
virtual ProfileKeyedService* BuildServiceInstanceFor( |
- Profile* profile) const OVERRIDE; |
+ content::BrowserContext* profile) const OVERRIDE; |
virtual bool ServiceHasOwnInstanceInIncognito() const OVERRIDE; |
}; |