| Index: android_webview/javatests/src/org/chromium/android_webview/test/FullScreenVideoTestAwContentsClient.java
|
| diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/FullScreenVideoTestAwContentsClient.java b/android_webview/javatests/src/org/chromium/android_webview/test/FullScreenVideoTestAwContentsClient.java
|
| index e00b5ffda24fbb74bce289424ed3344147b47695..29fd74a31d9e3f1fa222fb469fb8c4268f15b275 100644
|
| --- a/android_webview/javatests/src/org/chromium/android_webview/test/FullScreenVideoTestAwContentsClient.java
|
| +++ b/android_webview/javatests/src/org/chromium/android_webview/test/FullScreenVideoTestAwContentsClient.java
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2013 The Chromium Authors. All rights reserved.
|
| +// Copyright 2013 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.
|
|
|
| @@ -21,7 +21,7 @@ import java.util.concurrent.TimeoutException;
|
| * This class is a AwContentsClient for full screen video test.
|
| */
|
| public class FullScreenVideoTestAwContentsClient extends TestAwContentsClient {
|
| - public final static int WAITING_SECONDS = 20;
|
| + public static final int WAITING_SECONDS = 20;
|
| private CallbackHelper mOnShowCustomViewCallbackHelper = new CallbackHelper();
|
| private CallbackHelper mOnHideCustomViewCallbackHelper = new CallbackHelper();
|
|
|
|
|