| Index: components/autofill/core/browser/validation.h
|
| diff --git a/components/autofill/core/browser/validation.h b/components/autofill/core/browser/validation.h
|
| index bdb6574d4ce228fc11592b43d203e7b43c74f84d..ffc1c27fe68a9b953f60214332bc79e52c4f1ee5 100644
|
| --- a/components/autofill/core/browser/validation.h
|
| +++ b/components/autofill/core/browser/validation.h
|
| @@ -46,7 +46,7 @@ bool IsValidState(const base::string16& text);
|
| bool IsValidZip(const base::string16& text);
|
|
|
| // Returns true if |text| looks like an SSN, with or without separators.
|
| -bool IsSSN(const string16& text);
|
| +bool IsSSN(const base::string16& text);
|
|
|
| } // namespace autofill
|
|
|
|
|