Index: chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc |
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc |
index 32d1383c2779b1a94df1cd7db5ac565f85d1f0ec..66b6f4732b36d4a41de6b0a6691abbdd3767977a 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc |
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc |
@@ -145,7 +145,7 @@ bool DetailInputMatchesField(DialogSection section, |
} |
bool IsCreditCardType(AutofillFieldType type) { |
- return AutofillType(type).group() == AutofillType::CREDIT_CARD; |
+ return AutofillType(type).group() == CREDIT_CARD; |
} |
// Returns true if |input| should be used to fill a site-requested |field| which |