Index: components/autofill/core/browser/credit_card_field.cc |
diff --git a/components/autofill/core/browser/credit_card_field.cc b/components/autofill/core/browser/credit_card_field.cc |
index 09dab1e48d796800fda5065ee6cb54075fd5697a..5b9d2297b9ec8b46d30b7e6bb8eca72c0b588d46 100644 |
--- a/components/autofill/core/browser/credit_card_field.cc |
+++ b/components/autofill/core/browser/credit_card_field.cc |
@@ -58,7 +58,7 @@ FormField* CreditCardField::Parse(AutofillScanner* scanner) { |
// for the cardholder's first and last name if they have the labels "cfnm" |
// and "clnm". |
scanner->SaveCursor(); |
- const AutofillField* first; |
+ AutofillField* first; |
if (ParseField(scanner, base::ASCIIToUTF16("^cfnm"), &first) && |
ParseField(scanner, base::ASCIIToUTF16("^clnm"), |
&credit_card_field->cardholder_last_)) { |