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

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

Issue 2819183004: [Autofill] Change MasterCard to Mastercard in UI and related tests (Closed)
Patch Set: Created 3 years, 8 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/credit_card.cc
diff --git a/components/autofill/core/browser/credit_card.cc b/components/autofill/core/browser/credit_card.cc
index 0e54c44176abd4a59c4418bb569331a95469e561..8dab9c155df657d2b67aa85ad4dd0a8d077f0bbd 100644
--- a/components/autofill/core/browser/credit_card.cc
+++ b/components/autofill/core/browser/credit_card.cc
@@ -184,7 +184,7 @@ const char* CreditCard::GetCreditCardType(const base::string16& number) {
// Diners Club 300-305,3095,36,38-39 14
// Discover Card 6011,644-649,65 16
// JCB 3528-3589 16
- // MasterCard 51-55 16
+ // Mastercard 51-55 16
// UnionPay 62 16-19
// Check for prefixes of length 1.

Powered by Google App Engine
This is Rietveld 408576698