Index: net/test/test_server_win.cc |
=================================================================== |
--- net/test/test_server_win.cc (revision 67010) |
+++ net/test/test_server_win.cc (working copy) |
@@ -96,7 +96,7 @@ |
return false; |
python_exe = python_exe |
.Append(FILE_PATH_LITERAL("third_party")) |
- .Append(FILE_PATH_LITERAL("python_24")) |
+ .Append(FILE_PATH_LITERAL("python_26")) |
.Append(FILE_PATH_LITERAL("python.exe")); |
CommandLine python_command(python_exe); |