| 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..48d44b77b5b9d13897dc402ec0d28c8c3e2e57b4 100644
|
| --- a/components/autofill/core/browser/credit_card.h
|
| +++ b/components/autofill/core/browser/credit_card.h
|
| @@ -174,8 +174,8 @@ class CreditCard : public AutofillDataModel {
|
| // Sets |number_| to |number| and computes the appropriate card |type_|.
|
| void SetNumber(const base::string16& number);
|
|
|
| - // Logs the number of days since the credit card was last used and records its
|
| - // use.
|
| + // Logs the number of days since the credit card was last used and records
|
| + // its use.
|
| void RecordAndLogUse();
|
|
|
| // Converts a string representation of a month (such as "February" or "feb."
|
|
|