| Index: chrome/browser/android/preferences/website_preference_bridge.cc
|
| diff --git a/chrome/browser/android/preferences/website_preference_bridge.cc b/chrome/browser/android/preferences/website_preference_bridge.cc
|
| index 9de85d3fa634026ef07e8b4f14898caac537442f..db33672693a2f6f25a80ea0af803adb83c7fec31 100644
|
| --- a/chrome/browser/android/preferences/website_preference_bridge.cc
|
| +++ b/chrome/browser/android/preferences/website_preference_bridge.cc
|
| @@ -72,7 +72,11 @@ HostContentSettingsMap* GetHostContentSettingsMap(bool is_incognito) {
|
| GetActiveUserProfile(is_incognito));
|
| }
|
|
|
| -typedef void (*InfoListInsertionFunction)(JNIEnv*, jobject, jstring, jstring);
|
| +typedef void (*InfoListInsertionFunction)(
|
| + JNIEnv*,
|
| + const base::android::JavaRefOrBare<jobject>&,
|
| + const base::android::JavaRefOrBare<jstring>&,
|
| + const base::android::JavaRefOrBare<jstring>&);
|
|
|
| void GetOrigins(JNIEnv* env,
|
| ContentSettingsType content_type,
|
|
|