Index: trunk/src/components/autofill/core/browser/credit_card_field.cc |
=================================================================== |
--- trunk/src/components/autofill/core/browser/credit_card_field.cc (revision 289319) |
+++ trunk/src/components/autofill/core/browser/credit_card_field.cc (working copy) |
@@ -94,8 +94,7 @@ |
continue; |
} |
- if (base::LowerCaseEqualsASCII(scanner->Cursor()->form_control_type, |
- "month")) { |
+ if (LowerCaseEqualsASCII(scanner->Cursor()->form_control_type, "month")) { |
credit_card_field->expiration_date_ = scanner->Cursor(); |
scanner->Advance(); |
} else { |