| Index: components/autofill/browser/autofill_manager_unittest.cc | 
| diff --git a/components/autofill/browser/autofill_manager_unittest.cc b/components/autofill/browser/autofill_manager_unittest.cc | 
| index 9f535181e546e571e3f616bea50338b979461b24..0c9b9ce0bf4c9e36612fd7f942d82ff9adbe4143 100644 | 
| --- a/components/autofill/browser/autofill_manager_unittest.cc | 
| +++ b/components/autofill/browser/autofill_manager_unittest.cc | 
| @@ -86,7 +86,7 @@ class TestPersonalDataManager : public PersonalDataManager { | 
| } | 
|  | 
| // Factory method for keyed service.  PersonalDataManager is NULL for testing. | 
| -  static ProfileKeyedService* Build(Profile* profile) { | 
| +  static ProfileKeyedService* Build(content::BrowserContext* profile) { | 
| return NULL; | 
| } | 
|  | 
|  |