| 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 1aadf099b42bf8dddf73906e70a8090b24ab30c3..d7b2caedffff8bc639449a4cd22f531892683a63 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
|
| @@ -70,6 +70,7 @@ class LocalToRemoteSyncerTest : 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()));
|
|
|