| 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 525b5bc6fc14499489f717d7f28d20777ec804bc..2f1e94e9e2e9381a0b1571a6c23dfbd8f0abe3da 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
|
| @@ -209,7 +209,7 @@ class LocalToRemoteSyncerTest : public testing::Test {
|
| status = RunRemoteToLocalSyncer();
|
| } while (status == SYNC_STATUS_OK ||
|
| status == SYNC_STATUS_RETRY ||
|
| - GetMetadataDatabase()->PromoteLowerPriorityTrackersToNormal());
|
| + GetMetadataDatabase()->PromoteDemotedTrackers());
|
| EXPECT_EQ(SYNC_STATUS_NO_CHANGE_TO_SYNC, status);
|
| return status;
|
| }
|
|
|