| Index: chrome/browser/sync/glue/sync_backend_host_mock.cc
|
| diff --git a/chrome/browser/sync/glue/sync_backend_host_mock.cc b/chrome/browser/sync/glue/sync_backend_host_mock.cc
|
| index f43547b52dee211a7b411c127e327ee255e03cfa..e20dad52be4b5e4a9e1b5b01fa5aae4318a92075 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host_mock.cc
|
| +++ b/chrome/browser/sync/glue/sync_backend_host_mock.cc
|
| @@ -28,7 +28,7 @@ void SyncBackendHostMock::Initialize(
|
| const syncer::WeakHandle<syncer::UnrecoverableErrorHandler>&
|
| unrecoverable_error_handler,
|
| const base::Closure& report_unrecoverable_error_function,
|
| - syncer::NetworkResources* network_resources,
|
| + const HttpPostProviderFactoryGetter& get_http_post_provider_factory,
|
| scoped_ptr<syncer::SyncEncryptionHandler::NigoriState> saved_nigori_state) {
|
| frontend->OnBackendInitialized(
|
| syncer::WeakHandle<syncer::JsBackend>(),
|
|
|