| Index: components/payments/core/autofill_payment_instrument.h
|
| diff --git a/components/payments/core/autofill_payment_instrument.h b/components/payments/core/autofill_payment_instrument.h
|
| index 315e07ee4e5aee0e2c41e55f4d0daddafe4015e4..1125a35ac1842d59391f8006d31eaaf3c628986b 100644
|
| --- a/components/payments/core/autofill_payment_instrument.h
|
| +++ b/components/payments/core/autofill_payment_instrument.h
|
| @@ -42,6 +42,7 @@ class AutofillPaymentInstrument
|
| bool IsCompleteForPayment() override;
|
| base::string16 GetMissingInfoLabel() override;
|
| bool IsValidForCanMakePayment() override;
|
| + void RecordUse() override;
|
|
|
| // autofill::payments::FullCardRequest::ResultDelegate:
|
| void OnFullCardRequestSucceeded(const autofill::CreditCard& card,
|
|
|