| Index: net/test/spawned_test_server/local_test_server_posix.cc
|
| diff --git a/net/test/spawned_test_server/local_test_server_posix.cc b/net/test/spawned_test_server/local_test_server_posix.cc
|
| index 10c2d0f9932d5444b504422aae8abdad2d248418..8fb13dcb09b6a3582fd68f399e2d5cf509a6923c 100644
|
| --- a/net/test/spawned_test_server/local_test_server_posix.cc
|
| +++ b/net/test/spawned_test_server/local_test_server_posix.cc
|
| @@ -105,7 +105,7 @@ bool LocalTestServer::LaunchPython(const base::FilePath& testserver_path) {
|
| // the same environment as the TestServer.
|
| VLOG(1) << "LaunchPython called with PYTHONPATH = " << getenv(kPythonPathEnv);
|
|
|
| - CommandLine python_command(CommandLine::NO_PROGRAM);
|
| + base::CommandLine python_command(base::CommandLine::NO_PROGRAM);
|
| if (!GetPythonCommand(&python_command))
|
| return false;
|
|
|
|
|