Index: chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc |
diff --git a/chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc b/chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc |
index 7bd1a9e89f8d3852461ba932b764093842740036..50a196a83d1ab8fedce52d77c7127603cdfa4f5e 100644 |
--- a/chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc |
+++ b/chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc |
@@ -82,7 +82,8 @@ class LocalToRemoteSyncerTest : public testing::Test { |
sync_task_manager_.reset(new SyncTaskManager( |
base::WeakPtr<SyncTaskManager::Client>(), |
- 10 /* maximum_background_task */)); |
+ 10 /* maximum_background_task */, |
+ base::MessageLoopProxy::current())); |
sync_task_manager_->Initialize(SYNC_STATUS_OK); |
} |