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

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

Issue 2819183004: [Autofill] Change MasterCard to Mastercard in UI and related tests (Closed)
Patch Set: Resolved conflict Created 3 years, 7 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
Index: components/autofill/core/browser/autofill_field.cc
diff --git a/components/autofill/core/browser/autofill_field.cc b/components/autofill/core/browser/autofill_field.cc
index 3704b10fd1266f05adbe9daf8fc9c13311211a14..1f37285c510be676a469e200175189908b83e69d 100644
--- a/components/autofill/core/browser/autofill_field.cc
+++ b/components/autofill/core/browser/autofill_field.cc
@@ -289,9 +289,9 @@ bool FillYearSelectControl(const base::string16& value,
return false;
}
-// Try to fill a credit card type |value| (Visa, MasterCard, etc.) into the
+// Try to fill a credit card type |value| (Visa, Mastercard, etc.) into the
// given |field|. We ignore whitespace when filling credit card types to
-// allow for cases such as "Master Card".
+// allow for cases such as "Master card".
bool FillCreditCardTypeSelectControl(const base::string16& value,
FormFieldData* field) {

Powered by Google App Engine
This is Rietveld 408576698