| Index: chrome/browser/sync_file_system/drive_backend/list_changes_task_unittest.cc
|
| diff --git a/chrome/browser/sync_file_system/drive_backend/list_changes_task_unittest.cc b/chrome/browser/sync_file_system/drive_backend/list_changes_task_unittest.cc
|
| index 8d1c1a87df8ea07516e07fdcfcb9a96716c1b4fd..f8437e8f25c225ac9892fc89bb8fa1fb4d944e59 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend/list_changes_task_unittest.cc
|
| +++ b/chrome/browser/sync_file_system/drive_backend/list_changes_task_unittest.cc
|
| @@ -57,7 +57,8 @@ class ListChangesTaskTest : 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);
|
|
|
| context_.reset(new SyncEngineContext(
|
|
|