| Index: chrome/browser/sync/glue/sync_backend_host.h
|
| diff --git a/chrome/browser/sync/glue/sync_backend_host.h b/chrome/browser/sync/glue/sync_backend_host.h
|
| index b81d050f65852b23d2b5119eacfc5494dae6089f..e77e6436b23d044010af873d4a63fb85a458b686 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host.h
|
| +++ b/chrome/browser/sync/glue/sync_backend_host.h
|
| @@ -293,7 +293,7 @@ class SyncBackendHost : public BackendDataTypeConfigurer {
|
| syncer::SyncNotifierFactory* sync_notifier_factory,
|
| bool delete_sync_data_folder,
|
| const std::string& restored_key_for_bootstrapping,
|
| - syncer::SyncManager::TestingMode testing_mode,
|
| + syncer::InternalComponentsFactory* internal_components_factory,
|
| syncer::UnrecoverableErrorHandler* unrecoverable_error_handler,
|
| syncer::ReportUnrecoverableErrorFunction
|
| report_unrecoverable_error_function);
|
| @@ -314,7 +314,7 @@ class SyncBackendHost : public BackendDataTypeConfigurer {
|
| std::string lsid;
|
| bool delete_sync_data_folder;
|
| std::string restored_key_for_bootstrapping;
|
| - syncer::SyncManager::TestingMode testing_mode;
|
| + syncer::InternalComponentsFactory* internal_components_factory;
|
| syncer::UnrecoverableErrorHandler* unrecoverable_error_handler;
|
| syncer::ReportUnrecoverableErrorFunction
|
| report_unrecoverable_error_function;
|
|
|