From cd9ce53f46aa820e1c16e386ea1727ed3bda4fcc Mon Sep 17 00:00:00 2001 From: "tonyg@chromium.org" Date: Sat, 18 Dec 2010 03:55:07 +0000 Subject: One more WebKitTools->Tools rename. BUG=None TEST=None TBR=yurys Review URL: http://codereview.chromium.org/5988002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69628 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/ui_test_utils.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/test/ui_test_utils.cc b/chrome/test/ui_test_utils.cc index d900021..0be4bd8 100644 --- a/chrome/test/ui_test_utils.cc +++ b/chrome/test/ui_test_utils.cc @@ -744,7 +744,7 @@ CommandLine* TestWebSocketServer::CreateWebSocketServerCommandLine() { 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-websocketserver"); -- cgit v1.1