| Index: android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java
|
| diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java
|
| index f8207dd2f0e80725faeb456dc6f62a418dd2eaac..bf7bfbc0af0938083522b833c20cbb9f39e84b7e 100644
|
| --- a/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java
|
| +++ b/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java
|
| @@ -513,8 +513,7 @@ public class AwContentsClientShouldInterceptRequestTest extends AwTestBase {
|
| + "})();";
|
| String header = executeJavaScriptAndWaitForResult(awContents, contentsClient, syncGetJs);
|
|
|
| - if (header.equals("null"))
|
| - return null;
|
| + if (header.equals("null")) return null;
|
| // JSON stringification applied by executeJavaScriptAndWaitForResult adds quotes
|
| // around returned strings.
|
| assertTrue(header.length() > 2);
|
|
|