| Index: net/test/spawned_test_server/local_test_server_win.cc
|
| diff --git a/net/test/spawned_test_server/local_test_server_win.cc b/net/test/spawned_test_server/local_test_server_win.cc
|
| index cadebe948c5131313aed4a21a3ec5f265e1249b2..726a5810c0dbb06f99c018a4b1de1e8ccdd4918d 100644
|
| --- a/net/test/spawned_test_server/local_test_server_win.cc
|
| +++ b/net/test/spawned_test_server/local_test_server_win.cc
|
| @@ -141,7 +141,7 @@ ScopedPath::~ScopedPath() {
|
| namespace net {
|
|
|
| bool LocalTestServer::LaunchPython(const base::FilePath& testserver_path) {
|
| - CommandLine python_command(CommandLine::NO_PROGRAM);
|
| + base::CommandLine python_command(base::CommandLine::NO_PROGRAM);
|
| if (!GetPythonCommand(&python_command))
|
| return false;
|
|
|
|
|