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

Unified Diff: base/android/jni_array.h

Issue 10536066: android content shell bringup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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/jni_array.h
diff --git a/base/android/jni_array.h b/base/android/jni_array.h
index 087eb37e6ce7db5e31e4ecf26897c0a263af8ca2..a4a52ce9989862ecfc31cb1a8edb2892c78e5f07 100644
--- a/base/android/jni_array.h
+++ b/base/android/jni_array.h
@@ -32,7 +32,7 @@ ScopedJavaLocalRef<jobjectArray> ToJavaArrayOfStrings(
// Converts a Java string array to a native array.
void AppendJavaStringArrayToStringVector(JNIEnv* env,
- const JavaRef<jobjectArray>& array,
+ jobjectArray array,
std::vector<string16>* out);
// Appends the Java bytes in |bytes_array| onto the end of |out|.

Powered by Google App Engine
This is Rietveld 408576698