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

Unified Diff: base/android/jni_array.h

Issue 11571059: Add net/android/keystore.h (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: removed non-const references Created 7 years, 11 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
« no previous file with comments | « no previous file | crypto/openssl_util.h » ('j') | crypto/openssl_util.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/jni_array.h
diff --git a/base/android/jni_array.h b/base/android/jni_array.h
index fbc131ed54bac64ff054fef26c3a6f1d3894953e..b5050c3d22eb58483b4cbe88f325e13af1f0e501 100644
--- a/base/android/jni_array.h
+++ b/base/android/jni_array.h
@@ -62,7 +62,7 @@ BASE_EXPORT void JavaIntArrayToIntVector(
// Assuming |array| is an byte[][] (array of byte arrays), replaces the
// content of |out| with the corresponding vector of strings. No UTF-8
// conversion is performed.
-void JavaArrayOfByteArrayToStringVector(
+BASE_EXPORT void JavaArrayOfByteArrayToStringVector(
JNIEnv* env,
jobjectArray array,
std::vector<std::string>* out);
« no previous file with comments | « no previous file | crypto/openssl_util.h » ('j') | crypto/openssl_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698