Index: android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientFullScreenVideoTest.java |
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientFullScreenVideoTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientFullScreenVideoTest.java |
index b1f6ddd50e2d9c3b321f5b8eec637297758be4de..a9a295143c31f0e73ad41f8bd9ffb65b8dbf5826 100644 |
--- a/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientFullScreenVideoTest.java |
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientFullScreenVideoTest.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. |
@@ -42,8 +42,7 @@ public class AwContentsClientFullScreenVideoTest extends AwTestBase { |
contentsClient.waitForCustomViewShown(); |
getInstrumentation().sendKeyDownUpSync(KeyEvent.KEYCODE_BACK); |
contentsClient.waitForCustomViewHidden(); |
- } |
- finally { |
+ } finally { |
if (webServer != null) webServer.getTestWebServer().shutdown(); |
} |
} |