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

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

Issue 587893002: [Checkstyle] Enable boolean simplification and fix up some issues. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add no empty statements check Created 6 years, 3 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
« no previous file with comments | « no previous file | android_webview/javatests/src/org/chromium/android_webview/test/SaveRestoreStateTest.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/javatests/src/org/chromium/android_webview/test/ClientOnPageFinishedTest.java
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/ClientOnPageFinishedTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/ClientOnPageFinishedTest.java
index 26a0fda611470c9462aa861f80c9b96091a76e5a..7c565e231ecd034d193bceb7c5e00ee005bfd528 100644
--- a/android_webview/javatests/src/org/chromium/android_webview/test/ClientOnPageFinishedTest.java
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/ClientOnPageFinishedTest.java
@@ -83,7 +83,7 @@ public class ClientOnPageFinishedTest extends AwTestBase {
void setAllowAboutBlank() {
mAllowAboutBlank = true;
}
- };
+ }
LocalTestClient testContentsClient = new LocalTestClient();
setTestAwContentsClient(testContentsClient);
« no previous file with comments | « no previous file | android_webview/javatests/src/org/chromium/android_webview/test/SaveRestoreStateTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698