| 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 1d5e33fbb008a91dbfda110271bb79b16bbfa566..28e564c385101d4f682c5d533b86861282562e0a 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
|
| @@ -68,6 +68,7 @@ class RemoteToLocalSyncerTest : public testing::Test {
|
|
|
| context_.reset(new SyncEngineContext(fake_drive_service_.get(),
|
| drive_uploader_.get(),
|
| + base::MessageLoopProxy::current(),
|
| base::MessageLoopProxy::current()));
|
| context_->SetRemoteChangeProcessor(fake_remote_change_processor_.get());
|
|
|
|
|