| Index: chrome/browser/sync/test/integration/performance/sync_timing_helper.cc
|
| diff --git a/chrome/browser/sync/test/integration/performance/sync_timing_helper.cc b/chrome/browser/sync/test/integration/performance/sync_timing_helper.cc
|
| index b5ba8a56e47c37656fe2dfe1b71b2deece6facf1..69931917ab37635b5121fa1fa642ea617915d444 100644
|
| --- a/chrome/browser/sync/test/integration/performance/sync_timing_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/performance/sync_timing_helper.cc
|
| @@ -17,7 +17,7 @@ SyncTimingHelper::~SyncTimingHelper() {}
|
| base::TimeDelta SyncTimingHelper::TimeSyncCycle(
|
| ProfileSyncServiceHarness* client) {
|
| base::Time start = base::Time::Now();
|
| - EXPECT_TRUE(client->AwaitFullSyncCompletion());
|
| + EXPECT_TRUE(client->AwaitCommitActivityCompletion());
|
| return base::Time::Now() - start;
|
| }
|
|
|
|
|