| 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 841521a8a4fff1d14ec37f71afc592d00ea53b09..8d1c1a87df8ea07516e07fdcfcb9a96716c1b4fd 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
|
| @@ -63,6 +63,7 @@ class ListChangesTaskTest : public testing::Test {
|
| context_.reset(new SyncEngineContext(
|
| fake_drive_service.PassAs<drive::DriveServiceInterface>(),
|
| drive_uploader.Pass(),
|
| + NULL,
|
| base::MessageLoopProxy::current(),
|
| base::MessageLoopProxy::current(),
|
| base::MessageLoopProxy::current()));
|
|
|