| Index: chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc
|
| diff --git a/chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc b/chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc
|
| index 1b6f950659594b1ed0e3ca0523cc6e35811af490..c33da171db5672627178a3567bd4008a6cb68c94 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc
|
| +++ b/chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc
|
| @@ -84,6 +84,7 @@ class DriveBackendSyncTest : public testing::Test,
|
| remote_sync_service_->AddServiceObserver(this);
|
| remote_sync_service_->Initialize(base_dir_.path(),
|
| base::MessageLoopProxy::current(),
|
| + true /* pass_service_to_worker */,
|
| in_memory_env_.get());
|
| remote_sync_service_->SetSyncEnabled(true);
|
|
|
|
|