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

Unified Diff: content/shell/android/java/org/chromium/content_shell/ContentShellActivity.java

Issue 10532155: Upstream some more content/ DEPS-related cleanup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove JNIHelper/BitmapHolder Created 8 years, 6 months 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: content/shell/android/java/org/chromium/content_shell/ContentShellActivity.java
diff --git a/content/shell/android/java/org/chromium/content_shell/ContentShellActivity.java b/content/shell/android/java/org/chromium/content_shell/ContentShellActivity.java
index 8179e8c6924eb66777c873337a1736755bc199b6..4f6c8f724a695893bd6a62e0aa072b2388625eec 100644
--- a/content/shell/android/java/org/chromium/content_shell/ContentShellActivity.java
+++ b/content/shell/android/java/org/chromium/content_shell/ContentShellActivity.java
@@ -11,9 +11,9 @@ import android.text.TextUtils;
import android.util.Log;
import android.view.KeyEvent;
-import org.chromium.content.browser.CommandLine;
+import org.chromium.content.app.LibraryLoader;
import org.chromium.content.browser.ContentView;
-import org.chromium.content.browser.LibraryLoader;
+import org.chromium.content.common.CommandLine;
/**
* Activity for managing the Content Shell.

Powered by Google App Engine
This is Rietveld 408576698