| 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..4bab24902749059e6986a8131c28551e5f2f1339 100644
|
| --- a/components/autofill/core/browser/credit_card_unittest.cc
|
| +++ b/components/autofill/core/browser/credit_card_unittest.cc
|
| @@ -929,13 +929,13 @@ 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"),
|
| - ASCIIToUTF16("Exp: 12/21, last used over a year ago")},
|
| + {"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")},
|
| };
|
|
|
| variations::testing::VariationParamsManager variation_params_;
|
|
|