Index: components/autofill/core/browser/autofill_external_delegate.h |
diff --git a/components/autofill/core/browser/autofill_external_delegate.h b/components/autofill/core/browser/autofill_external_delegate.h |
index 6f3f4d7067648993ba127a9c15084549406157d4..e399eb580044e3ab81d2cc31e9ee4a1ba6be3c51 100644 |
--- a/components/autofill/core/browser/autofill_external_delegate.h |
+++ b/components/autofill/core/browser/autofill_external_delegate.h |
@@ -93,9 +93,8 @@ class AutofillExternalDelegate |
void Reset(); |
// Inform the Password Manager of a filled form. |
- void AddPasswordFormMapping( |
- const FormFieldData& form, |
- const PasswordFormFillData& fill_data); |
+ void AddPasswordFormMapping(const FormFieldData& username_field, |
+ const PasswordFormFillData& fill_data); |
protected: |
base::WeakPtr<AutofillExternalDelegate> GetWeakPtr(); |