| 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) {
|
|
|