| 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 71c4a2418e10adb1c790de48e468b66b23c2faf1..49b75df79b19f34ed5212bb62e900ae5817c4edd 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
|
| @@ -71,6 +71,7 @@ class RemoteToLocalSyncerTest : 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()));
|
|
|