Chromium Code Reviews| Index: net/websockets/websocket_frame_test.cc |
| =================================================================== |
| --- net/websockets/websocket_frame_test.cc (revision 272153) |
| +++ 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() && |