Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2776)

Unified Diff: chrome/browser/sync/test/integration/performance/sync_timing_helper.h

Issue 2767893002: Remove ScopedVector from chrome/browser/. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698