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..16e99c2aeb618d2df874cb46aab9d99ba0ac8986 100644 |
--- a/components/autofill/core/browser/autofill_field.cc |
+++ b/components/autofill/core/browser/autofill_field.cc |
@@ -289,7 +289,7 @@ 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". |