Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2913)

Unified Diff: chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc

Issue 551763002: [SyncFS] Rephrase "LowerPriority" to "Demoted" in MetadataDatabase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@task_blocker
Patch Set: rebase Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698