Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1741)

Unified Diff: content/shell/android/linker_test_apk/src/org/chromium/content_linker_test_apk/LinkerTests.java

Issue 141533006: [Android] Move the java content/ package to content_public/ to start the split. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Small fixes and findbugs line update Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/shell/android/linker_test_apk/src/org/chromium/content_linker_test_apk/LinkerTests.java
diff --git a/content/shell/android/linker_test_apk/src/org/chromium/content_linker_test_apk/LinkerTests.java b/content/shell/android/linker_test_apk/src/org/chromium/content_linker_test_apk/LinkerTests.java
index 6713643e4e5a97771fceb530baec06f87dbcd3b1..2fc25a983bbef91da878691279a536f0ab28fd8f 100644
--- a/content/shell/android/linker_test_apk/src/org/chromium/content_linker_test_apk/LinkerTests.java
+++ b/content/shell/android/linker_test_apk/src/org/chromium/content_linker_test_apk/LinkerTests.java
@@ -7,7 +7,7 @@ package org.chromium.content_linker_test_apk;
import android.util.Log;
import org.chromium.base.JNINamespace;
-import org.chromium.content.app.Linker;
+import org.chromium.content_public.app.Linker;
// A class that is only used in linker test APK to perform runtime checks
// in the current process.

Powered by Google App Engine
This is Rietveld 408576698