Index: components/autofill/core/browser/autofill_field.h |
diff --git a/components/autofill/core/browser/autofill_field.h b/components/autofill/core/browser/autofill_field.h |
index 9aaf9fcdfae7d89471df1c46d6e319e2a99e993b..98c486d9cf484cd1c7a582951f77303785de749e 100644 |
--- a/components/autofill/core/browser/autofill_field.h |
+++ b/components/autofill/core/browser/autofill_field.h |
@@ -89,8 +89,8 @@ class AutofillField : public FormFieldData { |
FormFieldData* field_data); |
// Returns the phone number value for the given |field|. The returned value |
- // might be |number|, or could possibly be a prefix or suffix of |number| |
- // if that's appropriate for the field. |
+ // might be |number|, or could possibly be a meaningful subset |number|, if |
+ // that's appropriate for the field. |
static base::string16 GetPhoneNumberValue(const AutofillField& field, |
const base::string16& number, |
const FormFieldData& field_data); |