| Index: chrome/browser/sync/glue/autofill_profile_data_type_controller.cc
|
| diff --git a/chrome/browser/sync/glue/autofill_profile_data_type_controller.cc b/chrome/browser/sync/glue/autofill_profile_data_type_controller.cc
|
| index 990738684da9e644a93b1ceb937e9dc454f45cd0..ad0ec69f16a7f4081f43ae3d99573d55cd4ced99 100644
|
| --- a/chrome/browser/sync/glue/autofill_profile_data_type_controller.cc
|
| +++ b/chrome/browser/sync/glue/autofill_profile_data_type_controller.cc
|
| @@ -54,7 +54,7 @@ void AutofillProfileDataTypeController::OnPersonalDataChanged() {
|
| personal_data_->RemoveObserver(this);
|
| autofill::AutofillWebDataService* web_data_service =
|
| WebDataServiceFactory::GetAutofillWebDataForProfile(
|
| - profile_, Profile::EXPLICIT_ACCESS).get();
|
| + profile_, ServiceAccessType::EXPLICIT_ACCESS).get();
|
|
|
| if (!web_data_service)
|
| return;
|
| @@ -92,7 +92,7 @@ bool AutofillProfileDataTypeController::StartModels() {
|
|
|
| autofill::AutofillWebDataService* web_data_service =
|
| WebDataServiceFactory::GetAutofillWebDataForProfile(
|
| - profile_, Profile::EXPLICIT_ACCESS).get();
|
| + profile_, ServiceAccessType::EXPLICIT_ACCESS).get();
|
|
|
| if (!web_data_service)
|
| return false;
|
|
|