| Index: chrome/browser/sync/profile_sync_service_autofill_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
|
| index d46093b10a0e1d00e8b2e4135798a2d353e12a00..d1dc77f6ac56927dbcebcd9c7d909203520e9f4a 100644
|
| --- a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
|
| @@ -326,7 +326,7 @@ class AutofillProfileFactory : public AbstractAutofillFactory {
|
|
|
| class PersonalDataManagerMock: public PersonalDataManager {
|
| public:
|
| - static ProfileKeyedBase* Build(Profile* profile) {
|
| + static ProfileKeyedService* Build(Profile* profile) {
|
| return new PersonalDataManagerMock;
|
| }
|
|
|
|
|