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

Unified Diff: components/autofill/core/browser/phone_field.h

Issue 381613005: [Autofill] Autofill fails to fill credit card number when split across fields. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporated review inputs. Created 6 years, 3 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/phone_field.h
diff --git a/components/autofill/core/browser/phone_field.h b/components/autofill/core/browser/phone_field.h
index f163b9c89ae8ea5ac0c9207a6fe8792f6bcd5f05..0bab18b986f1473f0d2289c993cd788ca21d5068 100644
--- a/components/autofill/core/browser/phone_field.h
+++ b/components/autofill/core/browser/phone_field.h
@@ -83,7 +83,7 @@ class PhoneField : public FormField {
// FIELD_PHONE is always present; holds suffix if prefix is present.
// The rest could be NULL.
- const AutofillField* parsed_phone_fields_[FIELD_MAX];
+ AutofillField* parsed_phone_fields_[FIELD_MAX];
DISALLOW_COPY_AND_ASSIGN(PhoneField);
};
« no previous file with comments | « components/autofill/core/browser/name_field_unittest.cc ('k') | components/autofill/core/browser/phone_field.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698