| Index: chrome/browser/sync/profile_sync_factory_impl.cc
|
| diff --git a/chrome/browser/sync/profile_sync_factory_impl.cc b/chrome/browser/sync/profile_sync_factory_impl.cc
|
| index 3a3bd4659b572fbbde01d5928f20c9396c255fb6..8a0b293ea3b26a9647f5e86cd5c40e62c63ec5b2 100644
|
| --- a/chrome/browser/sync/profile_sync_factory_impl.cc
|
| +++ b/chrome/browser/sync/profile_sync_factory_impl.cc
|
| @@ -166,7 +166,7 @@ ProfileSyncFactoryImpl::CreateExtensionSyncComponents(
|
| ExtensionModelAssociator* model_associator =
|
| new ExtensionModelAssociator(profile_sync_service);
|
| ExtensionChangeProcessor* change_processor =
|
| - new ExtensionChangeProcessor(error_handler, model_associator);
|
| + new ExtensionChangeProcessor(error_handler);
|
| return SyncComponents(model_associator, change_processor);
|
| }
|
|
|
|
|