| Index: components/autofill/content/renderer/password_autofill_agent.h
|
| diff --git a/components/autofill/content/renderer/password_autofill_agent.h b/components/autofill/content/renderer/password_autofill_agent.h
|
| index b8f80e7f3807e64e90c32cc3fe552f6ac1fa63d0..86485be98bb702f81b222415c8469c9acbd5577f 100644
|
| --- a/components/autofill/content/renderer/password_autofill_agent.h
|
| +++ b/components/autofill/content/renderer/password_autofill_agent.h
|
| @@ -59,7 +59,7 @@ class PasswordAutofillAgent : public content::RenderFrameObserver,
|
| void AutofillUsernameAndPasswordDataReceived(
|
| const FormsPredictionsMap& predictions) override;
|
| void FindFocusedPasswordForm(
|
| - const FindFocusedPasswordFormCallback& callback) override;
|
| + FindFocusedPasswordFormCallback callback) override;
|
|
|
| // WebFrameClient editor related calls forwarded by AutofillAgent.
|
| // If they return true, it indicates the event was consumed and should not
|
|
|