Index: content/shell/android/linker_test_apk/src/org/chromium/content_linker_test_apk/ContentLinkerTestApplication.java |
diff --git a/content/shell/android/linker_test_apk/src/org/chromium/content_linker_test_apk/ContentLinkerTestApplication.java b/content/shell/android/linker_test_apk/src/org/chromium/content_linker_test_apk/ContentLinkerTestApplication.java |
index ae1a7284edd72f5a0cc4bd32dac58c6416f227fe..4cac9a7b4fc37591f1314073f7ca141070be59d4 100644 |
--- a/content/shell/android/linker_test_apk/src/org/chromium/content_linker_test_apk/ContentLinkerTestApplication.java |
+++ b/content/shell/android/linker_test_apk/src/org/chromium/content_linker_test_apk/ContentLinkerTestApplication.java |
@@ -7,8 +7,7 @@ package org.chromium.content_linker_test_apk; |
import android.app.Application; |
import org.chromium.base.PathUtils; |
-import org.chromium.content.app.LibraryLoader; |
-import org.chromium.content.browser.ResourceExtractor; |
+import org.chromium.content_public.browser.ResourceExtractor; |
public class ContentLinkerTestApplication extends Application { |