Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(624)

Unified Diff: android_webview/javatests/src/org/chromium/android_webview/test/WebKitHitTestTest.java

Issue 455523002: [Checkstyle] Update static variable and constant names to match style guides. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: yfriendman's nits Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: android_webview/javatests/src/org/chromium/android_webview/test/WebKitHitTestTest.java
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/WebKitHitTestTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/WebKitHitTestTest.java
index c91ed37ce6b04c4a2f0e5fb495e00d1eaf337067..a7fda66f034cd683f4bcc01b7a411b8a12e45c84 100644
--- a/android_webview/javatests/src/org/chromium/android_webview/test/WebKitHitTestTest.java
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/WebKitHitTestTest.java
@@ -30,8 +30,8 @@ public class WebKitHitTestTest extends AwTestBase {
private AwContents mAwContents;
private TestWebServer mWebServer;
- private static String HREF = "http://foo/";
- private static String ANCHOR_TEXT = "anchor text";
+ private static final String HREF = "http://foo/";
+ private static final String ANCHOR_TEXT = "anchor text";
@Override
public void setUp() throws Exception {

Powered by Google App Engine
This is Rietveld 408576698