| Index: chrome/browser/test_presubmit.py
|
| diff --git a/chrome/browser/resources/test_presubmit.py b/chrome/browser/test_presubmit.py
|
| similarity index 99%
|
| rename from chrome/browser/resources/test_presubmit.py
|
| rename to chrome/browser/test_presubmit.py
|
| index 00fc207c2217d5ba5c5edaeb193312a54a46dc69..1f7e939199c08f713be9063acf8c8b465a4889e8 100755
|
| --- a/chrome/browser/resources/test_presubmit.py
|
| +++ b/chrome/browser/test_presubmit.py
|
| @@ -12,7 +12,7 @@ import unittest
|
|
|
| test_dir = os.path.dirname(os.path.abspath(__file__))
|
| sys.path.extend([
|
| - os.path.normpath(os.path.join(test_dir, '..', '..', '..', 'tools')),
|
| + os.path.normpath(os.path.join(test_dir, '..', '..', 'tools')),
|
| os.path.join(test_dir),
|
| ])
|
|
|
|
|