| Index: components/autofill/core/browser/validation.h
|
| diff --git a/components/autofill/core/browser/validation.h b/components/autofill/core/browser/validation.h
|
| index 5905b842b3ea1e1e0073df3c91f5eead0b41d4ba..2d6953c69fc50e5c312e9fd238f60fbe2d44b9e1 100644
|
| --- a/components/autofill/core/browser/validation.h
|
| +++ b/components/autofill/core/browser/validation.h
|
| @@ -70,7 +70,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);
|
|
|