Index: chrome/android/testshell/java/src/org/chromium/chrome/testshell/ChromiumTestShellActivity.java |
diff --git a/chrome/android/testshell/java/src/org/chromium/chrome/testshell/ChromiumTestShellActivity.java b/chrome/android/testshell/java/src/org/chromium/chrome/testshell/ChromiumTestShellActivity.java |
index 8dc2ca9ae9488e21ca105c0278761734af332928..74728f19aadbe0a74372ec586c097bdc0697bbf3 100644 |
--- a/chrome/android/testshell/java/src/org/chromium/chrome/testshell/ChromiumTestShellActivity.java |
+++ b/chrome/android/testshell/java/src/org/chromium/chrome/testshell/ChromiumTestShellActivity.java |
@@ -27,11 +27,11 @@ import org.chromium.chrome.browser.appmenu.AppMenuPropertiesDelegate; |
import org.chromium.chrome.browser.printing.PrintingControllerFactory; |
import org.chromium.chrome.browser.printing.TabPrinter; |
import org.chromium.chrome.testshell.sync.SyncController; |
-import org.chromium.content.browser.ActivityContentVideoViewClient; |
-import org.chromium.content.browser.BrowserStartupController; |
-import org.chromium.content.browser.ContentView; |
-import org.chromium.content.browser.DeviceUtils; |
-import org.chromium.content.common.ProcessInitException; |
+import org.chromium.content_public.browser.ActivityContentVideoViewClient; |
+import org.chromium.content_public.browser.BrowserStartupController; |
+import org.chromium.content_public.browser.ContentView; |
+import org.chromium.content_public.browser.DeviceUtils; |
+import org.chromium.content_public.common.ProcessInitException; |
import org.chromium.printing.PrintingController; |
import org.chromium.sync.signin.ChromeSigninController; |
import org.chromium.ui.base.ActivityWindowAndroid; |