| Index: tools/web_dev_style/css_checker_test.py
|
| diff --git a/chrome/browser/web_dev_style/css_checker_test.py b/tools/web_dev_style/css_checker_test.py
|
| similarity index 99%
|
| rename from chrome/browser/web_dev_style/css_checker_test.py
|
| rename to tools/web_dev_style/css_checker_test.py
|
| index 6046ea583f741114ed90daef9cba18c50959a53c..ac1b43635c43efb21f55cd179c5d2390e4626996 100755
|
| --- a/chrome/browser/web_dev_style/css_checker_test.py
|
| +++ b/tools/web_dev_style/css_checker_test.py
|
| @@ -10,7 +10,7 @@ from sys import path as sys_path
|
| 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
|
|
|