Index: android_webview/test/shell/src/org/chromium/android_webview/test/AwTestContainerView.java |
diff --git a/android_webview/test/shell/src/org/chromium/android_webview/test/AwTestContainerView.java b/android_webview/test/shell/src/org/chromium/android_webview/test/AwTestContainerView.java |
index c1e8073fb2c859e56e82dd1fc7464f6d749c8bf0..2c81877a56bd58150bc7eda7de7536183ddb5c87 100644 |
--- a/android_webview/test/shell/src/org/chromium/android_webview/test/AwTestContainerView.java |
+++ b/android_webview/test/shell/src/org/chromium/android_webview/test/AwTestContainerView.java |
@@ -20,7 +20,7 @@ import android.view.inputmethod.InputConnection; |
import android.widget.FrameLayout; |
import org.chromium.android_webview.AwContents; |
-import org.chromium.content.browser.ContentViewCore; |
+import org.chromium.content_public.browser.ContentViewCore; |
/** |
* A View used for testing the AwContents internals. |