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

Unified Diff: base/android/java/src/org/chromium/base/PathUtils.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: base/android/java/src/org/chromium/base/PathUtils.java
diff --git a/base/android/java/src/org/chromium/base/PathUtils.java b/base/android/java/src/org/chromium/base/PathUtils.java
index 77affe1054137164b47d51a444af07348c1336b0..8d676fa850e82604d5cb8523aa87094809cf204c 100644
--- a/base/android/java/src/org/chromium/base/PathUtils.java
+++ b/base/android/java/src/org/chromium/base/PathUtils.java
@@ -9,6 +9,8 @@ import android.content.pm.ApplicationInfo;
import android.os.AsyncTask;
import android.os.Environment;
+import org.chromium.base.annotations.CalledByNative;
+
import java.io.File;
import java.util.concurrent.ExecutionException;
« no previous file with comments | « base/android/java/src/org/chromium/base/PathService.java ('k') | base/android/java/src/org/chromium/base/PowerMonitor.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698