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

Unified Diff: content/shell/android/java/src/org/chromium/content_shell/ShellMojoTestUtils.java

Issue 1263053002: Move JNI annotations to annotations package. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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/java/src/org/chromium/content_shell/ShellMojoTestUtils.java
diff --git a/content/shell/android/java/src/org/chromium/content_shell/ShellMojoTestUtils.java b/content/shell/android/java/src/org/chromium/content_shell/ShellMojoTestUtils.java
index 984e79d98c9866c2acd49edab8b6e1b6431c5cf9..b50e1a7ab25d245531f64390feeb1a167148bfef 100644
--- a/content/shell/android/java/src/org/chromium/content_shell/ShellMojoTestUtils.java
+++ b/content/shell/android/java/src/org/chromium/content_shell/ShellMojoTestUtils.java
@@ -4,8 +4,8 @@
package org.chromium.content_shell;
-import org.chromium.base.CalledByNative;
-import org.chromium.base.JNINamespace;
+import org.chromium.base.annotations.CalledByNative;
+import org.chromium.base.annotations.JNINamespace;
import org.chromium.content.browser.ServiceRegistry;
import org.chromium.mojo.system.Pair;

Powered by Google App Engine
This is Rietveld 408576698