| Index: chrome/browser/sync/test/integration/two_client_typed_urls_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/two_client_typed_urls_sync_test.cc b/chrome/browser/sync/test/integration/two_client_typed_urls_sync_test.cc
|
| index 85bd98cd74a090f87c2cfffc496c65d8880f99e8..eff6a38a845ad4b663c8bbac3da28ff51abf782c 100644
|
| --- a/chrome/browser/sync/test/integration/two_client_typed_urls_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/two_client_typed_urls_sync_test.cc
|
| @@ -202,7 +202,7 @@ IN_PROC_BROWSER_TEST_F(TwoClientTypedUrlsSyncTest, DisableEnableSync) {
|
| GURL url2(kUrl2);
|
| AddUrlToHistory(0, url1);
|
| AddUrlToHistory(1, url2);
|
| - ASSERT_TRUE(GetClient(1)->AwaitFullSyncCompletion());
|
| + ASSERT_TRUE(GetClient(1)->AwaitCommitActivityCompletion());
|
|
|
| // Make sure that no data was exchanged.
|
| history::URLRows post_sync_urls = GetTypedUrlsFromClient(0);
|
| @@ -313,7 +313,7 @@ IN_PROC_BROWSER_TEST_F(TwoClientTypedUrlsSyncTest,
|
| // before syncing client 0, so we have both of client 1's URLs in the sync DB
|
| // at the time that client 0 does model association.
|
| ASSERT_TRUE(GetClient(1)->SetupSync()) << "SetupSync() failed";
|
| - GetClient(1)->AwaitFullSyncCompletion();
|
| + GetClient(1)->AwaitCommitActivityCompletion();
|
| ASSERT_TRUE(GetClient(0)->SetupSync()) << "SetupSync() failed";
|
| ASSERT_TRUE(GetClient(0)->AwaitMutualSyncCycleCompletion(GetClient(1)));
|
|
|
|
|