| Index: components/browser_sync/profile_sync_service.cc
|
| diff --git a/components/browser_sync/profile_sync_service.cc b/components/browser_sync/profile_sync_service.cc
|
| index 222bf630f96bd08c20110da89d0b116b722e6980..c5649a2ad00a6c96514f0e8451c22697458f6191 100644
|
| --- a/components/browser_sync/profile_sync_service.cc
|
| +++ b/components/browser_sync/profile_sync_service.cc
|
| @@ -543,7 +543,7 @@ void ProfileSyncService::InitializeBackend(bool delete_stale_data) {
|
| url_request_context_, network_time_update_callback_);
|
|
|
| backend_->Initialize(
|
| - this, sync_thread_.get(), GetJsEventHandler(), sync_service_url_,
|
| + this, sync_thread_->task_runner(), GetJsEventHandler(), sync_service_url_,
|
| local_device_->GetSyncUserAgent(), credentials, delete_stale_data,
|
| enable_local_sync_backend, local_sync_backend_folder,
|
| base::MakeUnique<syncer::SyncManagerFactory>(),
|
|
|