| Index: net/cert/x509_util_android.cc
|
| diff --git a/net/cert/x509_util_android.cc b/net/cert/x509_util_android.cc
|
| index 92a797e9b292de8f393290da665b6a6e61ca9ba8..e3496b2db30ded757c7d798917eeec94e6095468 100644
|
| --- a/net/cert/x509_util_android.cc
|
| +++ b/net/cert/x509_util_android.cc
|
| @@ -27,9 +27,8 @@
|
| }
|
| }
|
|
|
| -ScopedJavaLocalRef<jobject> GetApplicationContext(JNIEnv* env, jclass clazz) {
|
| - return ScopedJavaLocalRef<jobject>(env,
|
| - base::android::GetApplicationContext());
|
| +jobject GetApplicationContext(JNIEnv* env, jclass clazz) {
|
| + return base::android::GetApplicationContext();
|
| }
|
|
|
| bool RegisterX509Util(JNIEnv* env) {
|
|
|