| 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 b48acb0068799703d07fd439cf23b8561e3ac5cc..d685e8c73008f440c7eccdebb7d9991638a854bd 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
|
| @@ -165,8 +165,7 @@ class RemoteToLocalSyncerTest : public testing::Test,
|
|
|
| SyncStatusCode RunSyncer() {
|
| SyncStatusCode status = SYNC_STATUS_UNKNOWN;
|
| - scoped_ptr<RemoteToLocalSyncer> syncer(
|
| - new RemoteToLocalSyncer(this, RemoteToLocalSyncer::PRIORITY_NORMAL));
|
| + scoped_ptr<RemoteToLocalSyncer> syncer(new RemoteToLocalSyncer(this));
|
| syncer->Run(CreateResultReceiver(&status));
|
| base::RunLoop().RunUntilIdle();
|
| return status;
|
|
|