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

Unified Diff: content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellApplication.java

Issue 141533006: [Android] Move the java content/ package to content_public/ to start the split. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Small fixes and findbugs line update Created 6 years, 11 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/shell_apk/src/org/chromium/content_shell_apk/ContentShellApplication.java
diff --git a/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellApplication.java b/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellApplication.java
index 43ded486615d63a25794450936ca5fc8310c0bf0..48c856b659b6f653941aab45638d8ef894247888 100644
--- a/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellApplication.java
+++ b/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellApplication.java
@@ -5,8 +5,8 @@
package org.chromium.content_shell_apk;
import org.chromium.base.PathUtils;
-import org.chromium.content.app.ContentApplication;
-import org.chromium.content.browser.ResourceExtractor;
+import org.chromium.content_public.app.ContentApplication;
+import org.chromium.content_public.browser.ResourceExtractor;
/**
* Entry point for the content shell application. Handles initialization of information that needs

Powered by Google App Engine
This is Rietveld 408576698