| Index: android_webview/javatests/src/org/chromium/android_webview/test/AwZoomTest.java
|
| diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AwZoomTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/AwZoomTest.java
|
| index c410c687319d9d7453755b12a5418a28ee3a647a..a83a93c4f929bb619fad36d1ac175d562fcf746a 100644
|
| --- a/android_webview/javatests/src/org/chromium/android_webview/test/AwZoomTest.java
|
| +++ b/android_webview/javatests/src/org/chromium/android_webview/test/AwZoomTest.java
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +// Copyright 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -97,7 +97,7 @@ public class AwZoomTest extends AwTestBase {
|
| public Boolean call() throws Exception {
|
| return mAwContents.zoomIn();
|
| }
|
| - }))
|
| + }))
|
| return false;
|
| // The zoom level is updated asynchronously.
|
| return waitForScaleChange(previousScale);
|
| @@ -110,7 +110,7 @@ public class AwZoomTest extends AwTestBase {
|
| public Boolean call() throws Exception {
|
| return mAwContents.zoomOut();
|
| }
|
| - }))
|
| + }))
|
| return false;
|
| // The zoom level is updated asynchronously.
|
| return waitForScaleChange(previousScale);
|
|
|