| Index: chrome/browser/sync/test/integration/single_client_apps_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/single_client_apps_sync_test.cc b/chrome/browser/sync/test/integration/single_client_apps_sync_test.cc
|
| index 1840e45bdc1674f6aefad99100f3d49ce0934008..cff03fa8d271d4919fa1bbd9d7c9b1393370c462 100644
|
| --- a/chrome/browser/sync/test/integration/single_client_apps_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/single_client_apps_sync_test.cc
|
| @@ -49,7 +49,7 @@ IN_PROC_BROWSER_TEST_F(SingleClientAppsSyncTest, InstallSomeApps) {
|
| InstallApp(verifier(), i);
|
| }
|
|
|
| - ASSERT_TRUE(GetClient(0)->AwaitSyncCycleCompletion(
|
| + ASSERT_TRUE(GetClient(0)->AwaitFullSyncCompletion(
|
| "Waiting for app changes."));
|
|
|
| ASSERT_TRUE(AllProfilesHaveSameAppsAsVerifier());
|
|
|