diff options
-rw-r--r-- | components/autofill/core/browser/autofill_type.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/components/autofill/core/browser/autofill_type.h b/components/autofill/core/browser/autofill_type.h index 174f32e..19974d2 100644 --- a/components/autofill/core/browser/autofill_type.h +++ b/components/autofill/core/browser/autofill_type.h @@ -35,11 +35,8 @@ class AutofillType { // Serializes |this| type to a string. std::string ToString() const; - // Maps |field_type| to a field type from ADDRESS_BILLING FieldTypeGroup if - // field type is an Address type. - // TODO(isherman): This method is only used by the - // AutofillDialogControllerImpl class. Consider moving it to a more focused - // location. + // Maps |field_type| to the corresponding billing field type if the field type + // is an address, name, or phone number type. static ServerFieldType GetEquivalentBillingFieldType( ServerFieldType field_type); |