| Index: tools/web_dev_style/js_checker_test.py
|
| diff --git a/chrome/browser/web_dev_style/js_checker_test.py b/tools/web_dev_style/js_checker_test.py
|
| similarity index 99%
|
| rename from chrome/browser/web_dev_style/js_checker_test.py
|
| rename to tools/web_dev_style/js_checker_test.py
|
| index 1f0fea79ef918839992e0c901eec02b632098de1..72f99545b69028d16aa81b4ef78c2501635e71c1 100755
|
| --- a/chrome/browser/web_dev_style/js_checker_test.py
|
| +++ b/tools/web_dev_style/js_checker_test.py
|
| @@ -11,7 +11,7 @@ import test_util
|
| import unittest
|
|
|
| _HERE = os_path.dirname(os_path.abspath(__file__))
|
| -sys_path.append(os_path.join(_HERE, '..', '..', '..', 'build'))
|
| +sys_path.append(os_path.join(_HERE, '..', '..', 'build'))
|
|
|
| import find_depot_tools # pylint: disable=W0611
|
| from testing_support.super_mox import SuperMoxTestBase
|
|
|