| Index: components/autofill/core/browser/credit_card.h
|
| diff --git a/components/autofill/core/browser/credit_card.h b/components/autofill/core/browser/credit_card.h
|
| index 47d06f1813afca09075e2320286834da70f425be..0fb251e9debe430e9cf9ca1123b2414102c9d37a 100644
|
| --- a/components/autofill/core/browser/credit_card.h
|
| +++ b/components/autofill/core/browser/credit_card.h
|
| @@ -174,6 +174,9 @@ class CreditCard : public AutofillDataModel {
|
| // Sets |number_| to |number| and computes the appropriate card |type_|.
|
| void SetNumber(const base::string16& number);
|
|
|
| + // Returns the date when the credit card was last used in autofill.
|
| + base::string16 GetLastUsedDateForDisplay(const std::string& app_locale) const;
|
| +
|
| // Logs the number of days since the credit card was last used and records its
|
| // use.
|
| void RecordAndLogUse();
|
|
|