| Index: chrome/browser/sync/glue/autofill_data_type_controller.cc
|
| ===================================================================
|
| --- chrome/browser/sync/glue/autofill_data_type_controller.cc (revision 105407)
|
| +++ chrome/browser/sync/glue/autofill_data_type_controller.cc (working copy)
|
| @@ -102,7 +102,8 @@
|
| 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);
|
|
|