| Index: base/android/context_utils.h
|
| diff --git a/base/android/context_utils.h b/base/android/context_utils.h
|
| index f172d932e969e82e71a8f99886267efd80afc325..c5289f1d5e0a67655934c6fc7be3ff928f7f1bc9 100644
|
| --- a/base/android/context_utils.h
|
| +++ b/base/android/context_utils.h
|
| @@ -16,7 +16,7 @@ namespace android {
|
| // Gets a global ref to the application context set with
|
| // InitApplicationContext(). Ownership is retained by the function - the caller
|
| // must NOT release it.
|
| -BASE_EXPORT jobject GetApplicationContext();
|
| +BASE_EXPORT const JavaRef<jobject>& GetApplicationContext();
|
|
|
| bool RegisterContextUtils(JNIEnv* env);
|
|
|
|
|