| 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 a4a9e4483fbbac8a48a59f960387aa708fdc733f..4931a98746514f2af1e23d2674d23b1d7f224900 100644
|
| --- a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc
|
| @@ -497,7 +497,7 @@ class ProfileSyncServiceAutofillTest
|
|
|
| personal_data_manager_->Init(
|
| WebDataServiceFactory::GetAutofillWebDataForProfile(
|
| - profile_, Profile::EXPLICIT_ACCESS),
|
| + profile_, ServiceAccessType::EXPLICIT_ACCESS),
|
| profile_->GetPrefs(),
|
| profile_->IsOffTheRecord());
|
|
|
|
|