| Index: chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc b/chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc
|
| index e450c183ed093e4d54f2f89a692e097862c69bd0..a03c7493dceef355ac39047bba5a756239afcbb9 100644
|
| --- a/chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc
|
| @@ -334,7 +334,7 @@ IN_PROC_BROWSER_TEST_F(TwoClientAutofillSyncTest, DisableSync) {
|
|
|
| ASSERT_TRUE(GetClient(1)->DisableSyncForAllDatatypes());
|
| AddProfile(0, CreateAutofillProfile(PROFILE_FRASIER));
|
| - ASSERT_TRUE(GetClient(0)->AwaitSyncCycleCompletion("Added a profile."));
|
| + ASSERT_TRUE(GetClient(0)->AwaitFullSyncCompletion("Added a profile."));
|
| ASSERT_FALSE(ProfilesMatch(0, 1));
|
| ASSERT_EQ(2U, GetAllProfiles(0).size());
|
| ASSERT_EQ(1U, GetAllProfiles(1).size());
|
|
|