| Index: chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.cc
|
| diff --git a/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.cc b/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.cc
|
| index 49b75df79b19f34ed5212bb62e900ae5817c4edd..a0f8038ae0a74aa696994ca9676756fc441efe6b 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.cc
|
| +++ b/chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.cc
|
| @@ -81,7 +81,8 @@ class RemoteToLocalSyncerTest : public testing::Test {
|
|
|
| sync_task_manager_.reset(new SyncTaskManager(
|
| base::WeakPtr<SyncTaskManager::Client>(),
|
| - 10 /* max_parallel_task */));
|
| + 10 /* max_parallel_task */,
|
| + base::MessageLoopProxy::current()));
|
| sync_task_manager_->Initialize(SYNC_STATUS_OK);
|
| }
|
|
|
|
|