| Index: net/test/local_test_server_win.cc
|
| ===================================================================
|
| --- net/test/local_test_server_win.cc (revision 154874)
|
| +++ net/test/local_test_server_win.cc (working copy)
|
| @@ -94,9 +94,7 @@
|
| .Append(FILE_PATH_LITERAL("python.exe"));
|
|
|
| CommandLine python_command(python_exe);
|
| -
|
| - AddPythonArguments(testserver_path, &python_command);
|
| -
|
| + python_command.AppendArgPath(testserver_path);
|
| if (!AddCommandLineArguments(&python_command))
|
| return false;
|
|
|
| @@ -178,3 +176,4 @@
|
| }
|
|
|
| } // namespace net
|
| +
|
|
|