| 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 23c972a4bc15e3efc1f9c6259be352eca422567b..a9ba553118b84c03e45dfb4b0e05689a57ad017c 100644
|
| --- a/content/test/layout_test_http_server.cc
|
| +++ b/content/test/layout_test_http_server.cc
|
| @@ -32,7 +32,7 @@ bool PrepareCommandLine(CommandLine* cmd_line) {
|
| script_path = script_path.AppendASCII("WebKit");
|
| script_path = script_path.AppendASCII("Tools");
|
| script_path = script_path.AppendASCII("Scripts");
|
| - script_path = script_path.AppendASCII("new-run-webkit-httpd");
|
| + script_path = script_path.AppendASCII("run-blink-httpd");
|
|
|
| cmd_line->AppendArgPath(script_path);
|
| return true;
|
|
|