diff options
author | tonyg@chromium.org <tonyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-18 03:40:54 +0000 |
---|---|---|
committer | tonyg@chromium.org <tonyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-18 03:40:54 +0000 |
commit | 89b90e15764fe42e4887c157ff2764b5025e583c (patch) | |
tree | 3386c7a53e40c589e4bfa3abcb8974c1b4814406 /chrome/test/ui_test_utils.cc | |
parent | c92db21caa7d7356396d5e5f3328942a2fc45af0 (diff) | |
download | chromium_src-89b90e15764fe42e4887c157ff2764b5025e583c.zip chromium_src-89b90e15764fe42e4887c157ff2764b5025e583c.tar.gz chromium_src-89b90e15764fe42e4887c157ff2764b5025e583c.tar.bz2 |
Rename WebKitTools->Tools.
BUG=None
TEST=None
TBR=yurys
Review URL: http://codereview.chromium.org/6015002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69627 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/ui_test_utils.cc')
-rw-r--r-- | chrome/test/ui_test_utils.cc | 2 |
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); } |