Index: tools/android/checkstyle/checkstyle.py |
diff --git a/tools/android/checkstyle/checkstyle.py b/tools/android/checkstyle/checkstyle.py |
index c8ad04ffafbf16f1fe7ab8f8e0f4d7533a3524cb..0c260bb9fb94c0022575027558277e6a6e9265b9 100644 |
--- a/tools/android/checkstyle/checkstyle.py |
+++ b/tools/android/checkstyle/checkstyle.py |
@@ -13,7 +13,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.9-all.jar') |
+ 'checkstyle-6.1-all.jar') |
def RunCheckstyle(input_api, output_api, style_file): |