| 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 ed0290a449ba3253c183b344907f7b0c7b379960..ba1510c2e76b9d1419c1fbabaea1bcfd8cc4c3a1 100644
|
| --- a/components/autofill/core/browser/test_autofill_client.h
|
| +++ b/components/autofill/core/browser/test_autofill_client.h
|
| @@ -25,6 +25,7 @@ class TestAutofillClient : public AutofillClient {
|
| PrefService* GetPrefs() override;
|
| void HideRequestAutocompleteDialog() override;
|
| void ShowAutofillSettings() override;
|
| + void ShowUnmaskPrompt() override;
|
| void ConfirmSaveCreditCard(const base::Closure& save_card_callback) override;
|
| bool HasCreditCardScanFeature() override;
|
| void ScanCreditCard(const CreditCardScanCallback& callback) override;
|
|
|