| Index: tools/android/checkstyle/checkstyle.py
|
| diff --git a/tools/android/checkstyle/checkstyle.py b/tools/android/checkstyle/checkstyle.py
|
| index 25f202fdc56a54c3046071e753e26793ece40d68..df9014dc650aae93879f963c42089f5492abeef4 100644
|
| --- a/tools/android/checkstyle/checkstyle.py
|
| +++ b/tools/android/checkstyle/checkstyle.py
|
| @@ -12,7 +12,7 @@ CHROMIUM_SRC = os.path.normpath(
|
| os.path.join(os.path.dirname(__file__),
|
| os.pardir, os.pardir, os.pardir))
|
| CHECKSTYLE_ROOT = os.path.join(CHROMIUM_SRC, 'third_party', 'checkstyle',
|
| - 'checkstyle-5.7-all.jar')
|
| + 'checkstyle-5.8-all.jar')
|
|
|
|
|
| def RunCheckstyle(input_api, output_api, style_file):
|
|
|