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

Unified Diff: chrome/test/perf/url_fetch_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/test/perf/url_fetch_test.cc
diff --git a/chrome/test/perf/url_fetch_test.cc b/chrome/test/perf/url_fetch_test.cc
index 4a88f29cd8ba068d72238812c7cabe61136a058f..6c8712f7f65326a707ab313aa77f8e2dc72f2090 100644
--- a/chrome/test/perf/url_fetch_test.cc
+++ b/chrome/test/perf/url_fetch_test.cc
@@ -73,7 +73,7 @@ class UrlFetchTest : public UIPerfTest {
ASSERT_TRUE(completed);
}
if (var_to_fetch) {
- std::string script = StringPrintf(
+ std::string script = base::StringPrintf(
"window.domAutomationController.send(%s);", var_to_fetch);
std::wstring value;

Powered by Google App Engine
This is Rietveld 408576698