summaryrefslogtreecommitdiffstats
path: root/chrome/test/ui_test_utils.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/ui_test_utils.cc')
-rw-r--r--chrome/test/ui_test_utils.cc2
1 files changed, 1 insertions, 1 deletions
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);
}