Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1001)

Unified Diff: components/autofill/core/browser/credit_card.cc

Issue 2739743003: [Merge M58] Adopt UI review feedback (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/autofill/core/browser/credit_card_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/credit_card.cc
diff --git a/components/autofill/core/browser/credit_card.cc b/components/autofill/core/browser/credit_card.cc
index 13bd6abd442531ce0ad65a76380c81fdbe182d63..bd5110eced381942dacf830dbe8b81740375c37c 100644
--- a/components/autofill/core/browser/credit_card.cc
+++ b/components/autofill/core/browser/credit_card.cc
@@ -566,7 +566,7 @@ base::string16 CreditCard::GetLastUsedDateForDisplay(
// use_count() > 1 when the card has been used in autofill.
// If the card was last used in autofill more than a year ago,
- // display "last used > 1 year ago" without showing date detail.
+ // display "last used over a year ago" without showing date detail.
if ((AutofillClock::Now() - use_date()).InDays() > 365) {
return show_expiration_date
? l10n_util::GetStringFUTF16(
« no previous file with comments | « no previous file | components/autofill/core/browser/credit_card_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698