| Index: chrome/test/ui/ui_test.cc
|
| diff --git a/chrome/test/ui/ui_test.cc b/chrome/test/ui/ui_test.cc
|
| index 9fbb857a41b47424b73842b1f125263a5f974e2f..f8c723b598a1541682b6df9741681ca8418c327a 100644
|
| --- a/chrome/test/ui/ui_test.cc
|
| +++ b/chrome/test/ui/ui_test.cc
|
| @@ -886,7 +886,7 @@ static CommandLine* CreateHttpServerCommandLine() {
|
| FilePath script_path(src_path);
|
| script_path = script_path.AppendASCII("third_party");
|
| script_path = script_path.AppendASCII("WebKit");
|
| - script_path = script_path.AppendASCII("WebKitTools");
|
| + script_path = script_path.AppendASCII("Tools");
|
| script_path = script_path.AppendASCII("Scripts");
|
| script_path = script_path.AppendASCII("new-run-webkit-httpd");
|
|
|
|
|