Index: net/websockets/websocket_frame_test.cc |
=================================================================== |
--- net/websockets/websocket_frame_test.cc (revision 272613) |
+++ net/websockets/websocket_frame_test.cc (working copy) |
@@ -348,7 +348,7 @@ |
virtual void SetUp() { |
std::string iterations( |
- CommandLine::ForCurrentProcess()->GetSwitchValueASCII( |
+ base::CommandLine::ForCurrentProcess()->GetSwitchValueASCII( |
kBenchmarkIterations)); |
int benchmark_iterations = 0; |
if (!iterations.empty() && |