| 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 2b8a737139e3e66d2c0558b6eb07d0a9756e2e3f..319c35e43bb810a144fc26bed9f24cac8da1808a 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;
|
| };
|
|
|
| } // namespace autofill
|
|
|