| Index: components/autofill/core/browser/validation.h
|
| diff --git a/components/autofill/core/browser/validation.h b/components/autofill/core/browser/validation.h
|
| index 93a52e59b4f560d1d984fff0d0ebd5f5a5186409..050703e28661920d1ba8a38c29bbaa3f6e65a64b 100644
|
| --- a/components/autofill/core/browser/validation.h
|
| +++ b/components/autofill/core/browser/validation.h
|
| @@ -49,7 +49,8 @@ bool IsValidEmailAddress(const base::string16& text);
|
| // insensitive. Valid for US states only.
|
| bool IsValidState(const base::string16& text);
|
|
|
| -// Returns whether the number contained in |text| is valid for the specified
|
| +// Returns whether the number contained in |text| is valid, either in
|
| +// international format, or in the national format associated with
|
| // |country_code|. Callers should cache the result as the parsing is expensive.
|
| bool IsValidPhoneNumber(const base::string16& text,
|
| const std::string& country_code);
|
|
|