| Index: android_webview/native/aw_autofill_client.h
|
| diff --git a/android_webview/native/aw_autofill_client.h b/android_webview/native/aw_autofill_client.h
|
| index c869ddb6f58fe6b8a0a9ab4c78dcb9c0e4bb97dc..b4278ed4df69c7212a0566176e224a7e554a2436 100644
|
| --- a/android_webview/native/aw_autofill_client.h
|
| +++ b/android_webview/native/aw_autofill_client.h
|
| @@ -96,7 +96,9 @@ class AwAutofillClient : public autofill::AutofillClient,
|
| void OnFirstUserGestureObserved() override;
|
| bool IsContextSecure(const GURL& form_origin) override;
|
|
|
| - void SuggestionSelected(JNIEnv* env, jobject obj, jint position);
|
| + void SuggestionSelected(JNIEnv* env,
|
| + const base::android::JavaParamRef<jobject>& obj,
|
| + jint position);
|
|
|
| private:
|
| AwAutofillClient(content::WebContents* web_contents);
|
|
|