| 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 1d5ab7ae7e3361ce4117bdc21d7639ed1d394067..fcafd988f728cdc72b78a9f8bcf096516bfc3649 100644
|
| --- a/components/autofill/core/browser/test_autofill_client.h
|
| +++ b/components/autofill/core/browser/test_autofill_client.h
|
| @@ -30,7 +30,7 @@ class TestAutofillClient : public AutofillClient {
|
| void ShowAutofillSettings() override;
|
| void ShowUnmaskPrompt(const CreditCard& card,
|
| base::WeakPtr<CardUnmaskDelegate> delegate) override;
|
| - void OnUnmaskVerificationResult(bool success) override;
|
| + void OnUnmaskVerificationResult(GetRealPanResult result) override;
|
| void ConfirmSaveCreditCard(const base::Closure& save_card_callback) override;
|
| bool HasCreditCardScanFeature() override;
|
| void ScanCreditCard(const CreditCardScanCallback& callback) override;
|
|
|