| Index: components/autofill/browser/phone_field.h
|
| diff --git a/components/autofill/browser/phone_field.h b/components/autofill/browser/phone_field.h
|
| index ee3cb0a625136ee4bf930fcb8006ac0164f98e91..c262b6864132138ce5697a46cf7bc256e9d32836 100644
|
| --- a/components/autofill/browser/phone_field.h
|
| +++ b/components/autofill/browser/phone_field.h
|
| @@ -77,7 +77,7 @@ class PhoneField : public FormField {
|
| PhoneField();
|
|
|
| // Returns the regular expression string correspoding to |regex_id|
|
| - static string16 GetRegExp(RegexType regex_id);
|
| + static base::string16 GetRegExp(RegexType regex_id);
|
|
|
| // FIELD_PHONE is always present; holds suffix if prefix is present.
|
| // The rest could be NULL.
|
|
|