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

Unified Diff: content/shell/android/java/src/org/chromium/content_shell/ShellLayoutTestUtils.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/ShellLayoutTestUtils.java
diff --git a/content/shell/android/java/src/org/chromium/content_shell/ShellLayoutTestUtils.java b/content/shell/android/java/src/org/chromium/content_shell/ShellLayoutTestUtils.java
index 5ea2f77a5c66560699b0d9eaef41d8b118bcc213..7a55269abdd2eae15ad0edadfadaf0aff0efc803 100644
--- a/content/shell/android/java/src/org/chromium/content_shell/ShellLayoutTestUtils.java
+++ b/content/shell/android/java/src/org/chromium/content_shell/ShellLayoutTestUtils.java
@@ -6,8 +6,8 @@ package org.chromium.content_shell;
import android.content.Context;
-import org.chromium.base.CalledByNative;
-import org.chromium.base.JNINamespace;
+import org.chromium.base.annotations.CalledByNative;
+import org.chromium.base.annotations.JNINamespace;
/**
* Utility methods used by content_shell for running Blink's layout tests on Android.

Powered by Google App Engine
This is Rietveld 408576698