summaryrefslogtreecommitdiffstats
path: root/net/websockets/websocket_frame_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/websockets/websocket_frame_unittest.cc')
-rw-r--r--net/websockets/websocket_frame_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/websockets/websocket_frame_unittest.cc b/net/websockets/websocket_frame_unittest.cc
index 6934fad..800ae42 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: