| 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 d0a8a6eee7ee8b3b720d6e44035359baee0be127..0966581f311d0abe5804e502169c58a60245fa7f 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();
|
|
|