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

Unified Diff: net/websockets/websocket_frame_unittest.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: net/websockets/websocket_frame_unittest.cc
diff --git a/net/websockets/websocket_frame_unittest.cc b/net/websockets/websocket_frame_unittest.cc
index 6934fadc5bbcc8527b15cead49e676aa130eab21..800ae42afcba82a5df6b0438c91aceb360ab8481 100644
--- a/net/websockets/websocket_frame_unittest.cc
+++ b/net/websockets/websocket_frame_unittest.cc
@@ -402,8 +402,8 @@ class WebSocketFrameTestMaskBenchmark : public testing::Test {
1000 * (TimeTicks::HighResNow() - start).InMillisecondsF() /
iterations_;
LOG(INFO) << "Payload size " << size
- << StringPrintf(" took %.03f microseconds per iteration",
- total_time_ms);
+ << base::StringPrintf(" took %.03f microseconds per iteration",
+ total_time_ms);
}
private:

Powered by Google App Engine
This is Rietveld 408576698