| Index: components/autofill/browser/autofill_regexes.h
|
| diff --git a/components/autofill/browser/autofill_regexes.h b/components/autofill/browser/autofill_regexes.h
|
| index 8d5a8f970782326f5e679b6aef8068cfc7dce8a5..cfd23effb5d2827fa8cd56599fb0067353847532 100644
|
| --- a/components/autofill/browser/autofill_regexes.h
|
| +++ b/components/autofill/browser/autofill_regexes.h
|
| @@ -12,7 +12,8 @@ namespace autofill {
|
|
|
| // Case-insensitive regular expression matching.
|
| // Returns true if |pattern| is found in |input|.
|
| -bool MatchesPattern(const string16& input, const string16& pattern);
|
| +bool MatchesPattern(const base::string16& input,
|
| + const base::string16& pattern);
|
|
|
| } // namespace autofill
|
|
|
|
|