Index: android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellApplication.java |
diff --git a/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellApplication.java b/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellApplication.java |
index 3a1727c542bd4c138107c9045edb1460a2b4be6d..6f92ba31f91982bb58d084fcd5634fbd7a14fc38 100644 |
--- a/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellApplication.java |
+++ b/android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellApplication.java |
@@ -5,13 +5,12 @@ |
package org.chromium.android_webview.shell; |
import android.app.Application; |
-import android.content.Context; |
import android.os.Debug; |
import android.util.Log; |
+import org.chromium.android_webview.AwBrowserProcess; |
import org.chromium.base.BaseSwitches; |
import org.chromium.base.CommandLine; |
-import org.chromium.android_webview.AwBrowserProcess; |
import org.chromium.content.browser.ResourceExtractor; |
public class AwShellApplication extends Application { |