| Index: components/autofill/core/browser/credit_card_unittest.cc
|
| diff --git a/components/autofill/core/browser/credit_card_unittest.cc b/components/autofill/core/browser/credit_card_unittest.cc
|
| index 56ba73605edafd3e63dac4b3bccf750f96da4835..993862f6d6dfef412c860a3acec4f91ef57d710b 100644
|
| --- a/components/autofill/core/browser/credit_card_unittest.cc
|
| +++ b/components/autofill/core/browser/credit_card_unittest.cc
|
| @@ -929,12 +929,12 @@ TEST(CreditCardTest, GetLastUsedDateForDisplay) {
|
| base::string16 last_used_year_ago;
|
| } kTestCases[] = {
|
| // only show last used date.
|
| - {"false", "en_US", ASCIIToUTF16("Added: Dec 09"),
|
| - ASCIIToUTF16("Last used: Nov 30"),
|
| + {"false", "en_US", ASCIIToUTF16("Added Dec 09"),
|
| + ASCIIToUTF16("Last used Nov 30"),
|
| ASCIIToUTF16("Last used over a year ago")},
|
| // show expiration date and last used date.
|
| - {"true", "en_US", ASCIIToUTF16("Exp: 01/21, added: Dec 09"),
|
| - ASCIIToUTF16("Exp: 04/21, last used: Nov 30"),
|
| + {"true", "en_US", ASCIIToUTF16("Exp: 01/21, added Dec 09"),
|
| + ASCIIToUTF16("Exp: 04/21, last used Nov 30"),
|
| ASCIIToUTF16("Exp: 12/21, last used over a year ago")},
|
| };
|
|
|
|
|