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

Unified Diff: testing/android/native_test/java/src/org/chromium/native_test/NativeTestActivity.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: testing/android/native_test/java/src/org/chromium/native_test/NativeTestActivity.java
diff --git a/testing/android/native_test/java/src/org/chromium/native_test/NativeTestActivity.java b/testing/android/native_test/java/src/org/chromium/native_test/NativeTestActivity.java
index 8e147201c5f62951194a32bf06ae4b35e7221cb4..73a563cd4b9b8ee9637d9d0a613b443d4a26f83b 100644
--- a/testing/android/native_test/java/src/org/chromium/native_test/NativeTestActivity.java
+++ b/testing/android/native_test/java/src/org/chromium/native_test/NativeTestActivity.java
@@ -13,8 +13,8 @@ import android.os.Handler;
import android.os.Process;
import org.chromium.base.CommandLine;
-import org.chromium.base.JNINamespace;
import org.chromium.base.Log;
+import org.chromium.base.annotations.JNINamespace;
import org.chromium.test.reporter.TestStatusReporter;
import java.io.File;

Powered by Google App Engine
This is Rietveld 408576698