Index: content/shell/android/linker_test_apk/src/org/chromium/content_linker_test_apk/ContentLinkerTestActivity.java |
diff --git a/content/shell/android/linker_test_apk/src/org/chromium/content_linker_test_apk/ContentLinkerTestActivity.java b/content/shell/android/linker_test_apk/src/org/chromium/content_linker_test_apk/ContentLinkerTestActivity.java |
index 785ca193d96080b1595c50480ede74f0982b0be0..3fd3d32050e9e1d83df8e4f9c2c59edfda9f2018 100644 |
--- a/content/shell/android/linker_test_apk/src/org/chromium/content_linker_test_apk/ContentLinkerTestActivity.java |
+++ b/content/shell/android/linker_test_apk/src/org/chromium/content_linker_test_apk/ContentLinkerTestActivity.java |
@@ -14,12 +14,12 @@ import android.view.View; |
import org.chromium.base.BaseSwitches; |
import org.chromium.base.CommandLine; |
-import org.chromium.content.app.LibraryLoader; |
-import org.chromium.content.app.Linker; |
-import org.chromium.content.browser.BrowserStartupController; |
-import org.chromium.content.browser.ContentView; |
-import org.chromium.content.browser.ContentViewClient; |
-import org.chromium.content.common.ProcessInitException; |
+import org.chromium.content_public.app.LibraryLoader; |
+import org.chromium.content_public.app.Linker; |
+import org.chromium.content_public.browser.BrowserStartupController; |
+import org.chromium.content_public.browser.ContentView; |
+import org.chromium.content_public.browser.ContentViewClient; |
+import org.chromium.content_public.common.ProcessInitException; |
import org.chromium.content_shell.Shell; |
import org.chromium.content_shell.ShellManager; |
import org.chromium.ui.base.ActivityWindowAndroid; |