Index: chrome/browser/sync_file_system/drive_backend/sync_worker.cc |
diff --git a/chrome/browser/sync_file_system/drive_backend/sync_worker.cc b/chrome/browser/sync_file_system/drive_backend/sync_worker.cc |
index c063676dbb85833e67bc9dda5a52317a23cfcbb3..330d39a377a16c8056dc9040ef416f32c90c6b85 100644 |
--- a/chrome/browser/sync_file_system/drive_backend/sync_worker.cc |
+++ b/chrome/browser/sync_file_system/drive_backend/sync_worker.cc |
@@ -70,7 +70,8 @@ void SyncWorker::Initialize(scoped_ptr<SyncEngineContext> context) { |
context_ = context.Pass(); |
task_manager_.reset(new SyncTaskManager( |
- weak_ptr_factory_.GetWeakPtr(), 0 /* maximum_background_task */)); |
+ weak_ptr_factory_.GetWeakPtr(), 0 /* maximum_background_task */, |
+ context_->GetWorkerTaskRunner())); |
task_manager_->Initialize(SYNC_STATUS_OK); |
PostInitializeTask(); |