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

Unified Diff: chrome/browser/sync/test/integration/single_client_supervised_user_settings_sync_test.cc

Issue 2551023006: [Sync] SyncEngine 1.5: Fix all backend references in PSS. (Closed)
Patch Set: Fix Android. Created 4 years 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/test/integration/single_client_supervised_user_settings_sync_test.cc
diff --git a/chrome/browser/sync/test/integration/single_client_supervised_user_settings_sync_test.cc b/chrome/browser/sync/test/integration/single_client_supervised_user_settings_sync_test.cc
index 01ebf63b925ef3e530ffbfbd4c66a58a34eb77b4..fe45dce4243b0647231509a6009040ba4dbf5bbb 100644
--- a/chrome/browser/sync/test/integration/single_client_supervised_user_settings_sync_test.cc
+++ b/chrome/browser/sync/test/integration/single_client_supervised_user_settings_sync_test.cc
@@ -51,7 +51,7 @@ IN_PROC_BROWSER_TEST_F(SingleClientSupervisedUserSettingsSyncTest, Sanity) {
GoogleServiceAuthError(GoogleServiceAuthError::NONE),
std::string("token value doesn't matter in tests"));
- ASSERT_TRUE(GetClient(0)->AwaitBackendInitialization());
+ ASSERT_TRUE(GetClient(0)->AwaitEngineInitialization());
ASSERT_TRUE(GetClient(0)->AwaitSyncSetupCompletion());
// TODO(pvalenzuela): Add additional tests and some verification of sync-

Powered by Google App Engine
This is Rietveld 408576698