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

Unified Diff: chrome_frame/test/test_with_web_server.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_frame/test/test_with_web_server.cc
diff --git a/chrome_frame/test/test_with_web_server.cc b/chrome_frame/test/test_with_web_server.cc
index 4f786dc7b99b1614e47852e88d6ba1ecf7ea8d69..ecb01a7737655cf0e320d43bb81a93e09fcc4178 100644
--- a/chrome_frame/test/test_with_web_server.cc
+++ b/chrome_frame/test/test_with_web_server.cc
@@ -1018,7 +1018,7 @@ TEST_F(ChromeFrameTestWithWebServer, FullTabModeIE_TestDownloadFromForm) {
virtual bool GetCustomHeaders(std::string* headers) const {
if (!is_post_)
return false;
- *headers = StringPrintf(
+ *headers = base::StringPrintf(
"HTTP/1.1 200 OK\r\n"
"Content-Disposition: attachment;filename=\"test.txt\"\r\n"
"Content-Type: application/text\r\n"

Powered by Google App Engine
This is Rietveld 408576698