Index: base/android/jni_array.h |
diff --git a/base/android/jni_array.h b/base/android/jni_array.h |
index 0d7ec2ea03b28017e9cddeb42f1658a8a1c5fc94..122b88ca2912ed268a02b77a419e7e35fb6e50cd 100644 |
--- a/base/android/jni_array.h |
+++ b/base/android/jni_array.h |
@@ -74,6 +74,12 @@ BASE_EXPORT void JavaIntArrayToIntVector( |
std::vector<int>* out); |
// Replaces the content of |out| with the Java longs in |long_array|. |
+BASE_EXPORT void JavaLongArrayToInt64Vector( |
+ JNIEnv* env, |
+ jlongArray long_array, |
+ std::vector<int64>* out); |
+ |
+// Replaces the content of |out| with the Java longs in |long_array|. |
BASE_EXPORT void JavaLongArrayToLongVector( |
JNIEnv* env, |
jlongArray long_array, |