Index: net/tools/testserver/run_testserver.cc |
=================================================================== |
--- net/tools/testserver/run_testserver.cc (revision 272613) |
+++ net/tools/testserver/run_testserver.cc (working copy) |
@@ -25,8 +25,8 @@ |
base::MessageLoopForIO message_loop; |
// Process command line |
- CommandLine::Init(argc, argv); |
- CommandLine* command_line = CommandLine::ForCurrentProcess(); |
+ base::CommandLine::Init(argc, argv); |
+ base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); |
logging::LoggingSettings settings; |
settings.logging_dest = logging::LOG_TO_ALL; |