| 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 80b46b00e2aca0a83cb7d20b6f26e77fc40172ff..86e39e8a34fc98a62560a65067240630ddfc16aa 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;
|
| }
|
|
|
|
|