| 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 a8a1280a81a8fd5e5e9b0e321720cf85316d6f52..a731eeada4e5e3b7f88115461bd7a9d8ac5436b3 100644
|
| --- a/chrome/browser/sync/glue/autofill_profile_data_type_controller.cc
|
| +++ b/chrome/browser/sync/glue/autofill_profile_data_type_controller.cc
|
| @@ -28,7 +28,6 @@ void AutofillProfileDataTypeController::CreateSyncComponents() {
|
| CreateAutofillProfileSyncComponents(
|
| profile_sync_service(),
|
| web_data_service()->GetDatabase(),
|
| - personal_data(),
|
| this);
|
| set_model_associator(sync_components.model_associator);
|
| set_change_processor(sync_components.change_processor);
|
| @@ -55,4 +54,3 @@ void AutofillProfileDataTypeController::RecordStartFailure(StartResult result) {
|
| }
|
|
|
| } // namepsace browser_sync
|
| -
|
|
|