summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
Diffstat (limited to 'chrome')
-rw-r--r--chrome/test/ui/ui_test.cc2
-rw-r--r--chrome/test/ui_test_utils.cc2
-rw-r--r--chrome/test/ui_test_utils.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/chrome/test/ui/ui_test.cc b/chrome/test/ui/ui_test.cc
index 9fbb857..f8c723b 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");
diff --git a/chrome/test/ui_test_utils.cc b/chrome/test/ui_test_utils.cc
index bf4d9dc..d900021 100644
--- a/chrome/test/ui_test_utils.cc
+++ b/chrome/test/ui_test_utils.cc
@@ -731,7 +731,7 @@ void TestWebSocketServer::SetPythonPath() {
scripts_path = scripts_path
.Append(FILE_PATH_LITERAL("third_party"))
.Append(FILE_PATH_LITERAL("WebKit"))
- .Append(FILE_PATH_LITERAL("WebKitTools"))
+ .Append(FILE_PATH_LITERAL("Tools"))
.Append(FILE_PATH_LITERAL("Scripts"));
AppendToPythonPath(scripts_path);
}
diff --git a/chrome/test/ui_test_utils.h b/chrome/test/ui_test_utils.h
index f6e383f..5299451 100644
--- a/chrome/test/ui_test_utils.h
+++ b/chrome/test/ui_test_utils.h
@@ -273,7 +273,7 @@ class TimedMessageLoopRunner {
// object, and is stopped when the destructor is called. Note that
// because of the underlying script that is used:
//
-// third_paty/WebKit/WebKitTools/Scripts/new-run-webkit-websocketserver
+// third_paty/WebKit/Tools/Scripts/new-run-webkit-websocketserver
//
// Only *_wsh.py handlers found under "http/tests/websocket/tests" from the
// |root_directory| will be found and active while running the test