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

Unified Diff: components/autofill/core/browser/credit_card.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/credit_card.cc
diff --git a/components/autofill/core/browser/credit_card.cc b/components/autofill/core/browser/credit_card.cc
index 2b8d2a03c71b85ab8112cc330f44bb32c76ce2a7..f951b6020f364e01671bc9f91e807478d18afd7f 100644
--- a/components/autofill/core/browser/credit_card.cc
+++ b/components/autofill/core/browser/credit_card.cc
@@ -185,7 +185,7 @@ const char* CreditCard::GetCardNetwork(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.
« no previous file with comments | « components/autofill/core/browser/autofill_manager_unittest.cc ('k') | components/autofill/core/browser/credit_card_field.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698