Index: content/test/layout_test_http_server.cc |
diff --git a/content/test/layout_test_http_server.cc b/content/test/layout_test_http_server.cc |
index 783c5963caec032031f3bf529230f03807ad72ba..37f04e4a74e4f8a6817bfe7c05578b79227a54b4 100644 |
--- a/content/test/layout_test_http_server.cc |
+++ b/content/test/layout_test_http_server.cc |
@@ -23,10 +23,8 @@ bool PrepareCommandLine(CommandLine* cmd_line) { |
if (!PathService::Get(base::DIR_SOURCE_ROOT, &src_path)) |
return false; |
- FilePath python_runtime; |
- if (!GetPythonRunTime(&python_runtime)) |
+ if (!GetPythonCommand(cmd_line)) |
return false; |
- cmd_line->SetProgram(python_runtime); |
FilePath script_path(src_path); |
script_path = script_path.AppendASCII("third_party"); |