| Index: net/test/local_test_server_posix.cc
|
| ===================================================================
|
| --- net/test/local_test_server_posix.cc (revision 154874)
|
| +++ net/test/local_test_server_posix.cc (working copy)
|
| @@ -101,8 +101,7 @@
|
| getenv(kPythonPathEnv);
|
| CommandLine python_command(FilePath(FILE_PATH_LITERAL("python")));
|
|
|
| - AddPythonArguments(testserver_path, &python_command);
|
| -
|
| + python_command.AppendArgPath(testserver_path);
|
| if (!AddCommandLineArguments(&python_command))
|
| return false;
|
|
|
|
|