| 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 74a31502da5f9a4458ff39e40ca0c86cf7df71d8..6c3a4d3061815bf4c9e06df533934950881e42ba 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),
|
| ])
|
|
|
|
|