| Index: components/autofill/core/browser/test_autofill_client.h
|
| diff --git a/components/autofill/core/browser/test_autofill_client.h b/components/autofill/core/browser/test_autofill_client.h
|
| index a809a8cd1f2330f2111cfa5cea1936c0740ffffc..f91e79686942ff872822942bf191c2796802010d 100644
|
| --- a/components/autofill/core/browser/test_autofill_client.h
|
| +++ b/components/autofill/core/browser/test_autofill_client.h
|
| @@ -26,7 +26,8 @@ class TestAutofillClient : public AutofillClient {
|
| void HideRequestAutocompleteDialog() override;
|
| void ShowAutofillSettings() override;
|
| void ShowUnmaskPrompt() override;
|
| - void ConfirmSaveCreditCard(const base::Closure& save_card_callback) override;
|
| + void ConfirmSaveCreditCard(AutofillDriver* autofill_driver,
|
| + const base::Closure& save_card_callback) override;
|
| bool HasCreditCardScanFeature() override;
|
| void ScanCreditCard(const CreditCardScanCallback& callback) override;
|
| void ShowRequestAutocompleteDialog(const FormData& form,
|
|
|