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

Unified Diff: android_webview/java/src/org/chromium/android_webview/AwLayoutSizer.java

Issue 110963003: Fixing all Java import ordering issues. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ReBaSe 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/java/src/org/chromium/android_webview/AwLayoutSizer.java
diff --git a/android_webview/java/src/org/chromium/android_webview/AwLayoutSizer.java b/android_webview/java/src/org/chromium/android_webview/AwLayoutSizer.java
index 45088905d24c6a7ddc341e4297107956dd1c9ee0..3789dc7ba5fcd60eabbe9691f9cbdefa7f10671c 100644
--- a/android_webview/java/src/org/chromium/android_webview/AwLayoutSizer.java
+++ b/android_webview/java/src/org/chromium/android_webview/AwLayoutSizer.java
@@ -4,11 +4,8 @@
package org.chromium.android_webview;
-import android.util.Pair;
-import android.view.View.MeasureSpec;
import android.view.View;
-
-import org.chromium.content.browser.ContentViewCore;
+import android.view.View.MeasureSpec;
/**
* Helper methods used to manage the layout of the View that contains AwContents.

Powered by Google App Engine
This is Rietveld 408576698