Index: content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java |
diff --git a/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java b/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java |
index 6534da4a84a803574346b49577ea22330c4b8e03..0e5aa74d3d068e1c22de0a97877bf43a541b9bc2 100644 |
--- a/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java |
+++ b/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java |
@@ -16,7 +16,8 @@ import android.widget.Toast; |
import org.chromium.base.BaseSwitches; |
import org.chromium.base.CommandLine; |
import org.chromium.base.MemoryPressureListener; |
-import org.chromium.content.app.LibraryLoader; |
+import org.chromium.base.library_loader.LibraryLoader; |
+import org.chromium.base.library_loader.ProcessInitException; |
import org.chromium.content.browser.ActivityContentVideoViewClient; |
import org.chromium.content.browser.BrowserStartupController; |
import org.chromium.content.browser.ContentVideoViewClient; |
@@ -24,7 +25,6 @@ import org.chromium.content.browser.ContentView; |
import org.chromium.content.browser.ContentViewClient; |
import org.chromium.content.browser.DeviceUtils; |
import org.chromium.content.common.ContentSwitches; |
-import org.chromium.content.common.ProcessInitException; |
import org.chromium.content_shell.Shell; |
import org.chromium.content_shell.ShellManager; |
import org.chromium.ui.base.ActivityWindowAndroid; |