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

Unified Diff: components/autofill/core/browser/credit_card.cc

Issue 21947003: [Autofill] Move FieldTypeGroup out of the AutofillType class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 4 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
« no previous file with comments | « components/autofill/core/browser/contact_info.cc ('k') | components/autofill/core/browser/field_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 31933a0e1ae7a474a0a5520f3751e842f65c50ea..8fc67ee3b59e4c19e378e7bd52309035da50736d 100644
--- a/components/autofill/core/browser/credit_card.cc
+++ b/components/autofill/core/browser/credit_card.cc
@@ -533,7 +533,7 @@ void CreditCard::FillFormField(const AutofillField& field,
size_t /*variant*/,
const std::string& app_locale,
FormFieldData* field_data) const {
- DCHECK_EQ(AutofillType::CREDIT_CARD, AutofillType(field.type()).group());
+ DCHECK_EQ(CREDIT_CARD, AutofillType(field.type()).group());
DCHECK(field_data);
if (field_data->form_control_type == "select-one") {
« no previous file with comments | « components/autofill/core/browser/contact_info.cc ('k') | components/autofill/core/browser/field_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698