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

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

Issue 110963003: Fixing all Java import ordering issues. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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
Index: android_webview/javatests/src/org/chromium/android_webview/test/WebViewFindApisTestBase.java
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/WebViewFindApisTestBase.java b/android_webview/javatests/src/org/chromium/android_webview/test/WebViewFindApisTestBase.java
index 3333d72aae0279a7de2faaf94253e45a57302f9a..4667ba952a9720d6f598b451e7a655dd14512017 100644
--- a/android_webview/javatests/src/org/chromium/android_webview/test/WebViewFindApisTestBase.java
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/WebViewFindApisTestBase.java
@@ -4,13 +4,12 @@
package org.chromium.android_webview.test;
-import java.util.concurrent.Callable;
+import org.chromium.android_webview.AwContents;
+
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.TimeUnit;
import java.util.concurrent.TimeoutException;
-import org.chromium.android_webview.AwContents;
-
/**
* Base class for WebView find-in-page API tests.
*/

Powered by Google App Engine
This is Rietveld 408576698