| Index: tools/android/checkstyle/chromium-style-5.0.xml
|
| diff --git a/tools/android/checkstyle/chromium-style-5.0.xml b/tools/android/checkstyle/chromium-style-5.0.xml
|
| index dda0772997e2193ac7690f011ada6ebce5254f96..a760b29c91abf4f1520be6a6d2322259bac24eb7 100644
|
| --- a/tools/android/checkstyle/chromium-style-5.0.xml
|
| +++ b/tools/android/checkstyle/chromium-style-5.0.xml
|
| @@ -51,6 +51,7 @@
|
| </module>
|
| <!-- Non-public, non-static field names start with m. -->
|
| <module name="MemberName">
|
| + <property name="severity" value="error"/>
|
| <property name="format" value="^m[A-Z][a-zA-Z0-9]*$"/>
|
| <property name="applyToPublic" value="false"/>
|
| <message key="name.invalidPattern" value="Non-public, non-static field names start with m."/>
|
|
|