Index: base/android/jni_string.h |
diff --git a/base/android/jni_string.h b/base/android/jni_string.h |
index 1987f048b916c4a8d031480369664f0f014a835e..1e9074263fc02c52df5ad8cccde930ba524306b8 100644 |
--- a/base/android/jni_string.h |
+++ b/base/android/jni_string.h |
@@ -29,7 +29,7 @@ string16 ConvertJavaStringToUTF16(const JavaRef<jstring>& str); |
// Convert a string16 to a Java string. |
ScopedJavaLocalRef<jstring> ConvertUTF16ToJavaString( |
- JNIEnv* env, const string16& str); |
+ JNIEnv* env, const base::StringPiece16& str); |
joth
2012/06/11 23:39:38
nit: one param per line (see "OK3" in http://www.c
Wei James(wistoch)
2012/06/12 01:25:29
fixed. thanks
|
} // namespace android |
} // namespace base |