| 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 38b42941693d317d043b1e6ca07eb0a321b0bbdd..8bdab44d4ad63cff128d2808a239bbd14a55a271 100644
|
| --- a/components/autofill/core/browser/credit_card.cc
|
| +++ b/components/autofill/core/browser/credit_card.cc
|
| @@ -408,7 +408,6 @@ void CreditCard::GetMatchingTypes(const base::string16& text,
|
| if (!card_number.empty() && StripSeparators(text) == card_number)
|
| matching_types->insert(CREDIT_CARD_NUMBER);
|
|
|
| -NOTIMPLEMENTED() << " GETMATCINGTYPES " << text;
|
| int month;
|
| if (ConvertMonth(text, app_locale, &month) &&
|
| month == expiration_month_) {
|
|
|