| Index: chrome/browser/sync/test/integration/performance/sync_timing_helper.h
|
| diff --git a/chrome/browser/sync/test/integration/performance/sync_timing_helper.h b/chrome/browser/sync/test/integration/performance/sync_timing_helper.h
|
| index b2af9577b1739d458a45d5c0a2a7f8ff81a3e3d8..587e1a960f33dab867740383980fd3e3d0c6ed54 100644
|
| --- a/chrome/browser/sync/test/integration/performance/sync_timing_helper.h
|
| +++ b/chrome/browser/sync/test/integration/performance/sync_timing_helper.h
|
| @@ -27,7 +27,7 @@ base::TimeDelta TimeMutualSyncCycle(ProfileSyncServiceHarness* client,
|
| // Returns the time taken for all clients in |clients| to complete their
|
| // respective sync cycles.
|
| base::TimeDelta TimeUntilQuiescence(
|
| - const std::vector<ProfileSyncServiceHarness*>& clients);
|
| + std::vector<ProfileSyncServiceHarness*> clients);
|
|
|
| // Print a timing measurement in a format appropriate for the chromium perf
|
| // dashboard. Simplified version of methods defined in
|
|
|