| Index: chrome/browser/sync/glue/autofill_data_type_controller.cc
|
| diff --git a/chrome/browser/sync/glue/autofill_data_type_controller.cc b/chrome/browser/sync/glue/autofill_data_type_controller.cc
|
| index a0ac401e64961eb949ed74e831b083f4d433f23e..380bfb20067c10364c507f544acb41aca965a5fa 100644
|
| --- a/chrome/browser/sync/glue/autofill_data_type_controller.cc
|
| +++ b/chrome/browser/sync/glue/autofill_data_type_controller.cc
|
| @@ -100,8 +100,7 @@ void AutofillDataTypeController::CreateSyncComponents() {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::DB));
|
| DCHECK_EQ(state(), ASSOCIATING);
|
| ProfileSyncFactory::SyncComponents sync_components =
|
| - profile_sync_factory()->
|
| - CreateAutofillSyncComponents(
|
| + profile_sync_factory()->CreateAutofillSyncComponents(
|
| profile_sync_service(),
|
| web_data_service_->GetDatabase(),
|
| this);
|
|
|