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

Unified Diff: chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc

Issue 12767006: [Cleanup] Remove StringPrintf from global namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase, once more Created 7 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/sessions_sync_perf_test.cc
diff --git a/chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc b/chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc
index 36e6952a4112e201ba5897d922adc4b46b636f39..affcf869d9a96727a35721f364c28cbf979d0e06 100644
--- a/chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc
+++ b/chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc
@@ -112,7 +112,7 @@ GURL SessionsSyncPerfTest::NextURL() {
}
GURL SessionsSyncPerfTest::IntToURL(int n) {
- return GURL(StringPrintf("http://localhost/%d", n));
+ return GURL(base::StringPrintf("http://localhost/%d", n));
}
// TODO(lipalani): Re-enable after crbug.com/96921 is fixed.

Powered by Google App Engine
This is Rietveld 408576698