| Index: components/autofill/browser/address_field.h
|
| diff --git a/components/autofill/browser/address_field.h b/components/autofill/browser/address_field.h
|
| index debdf536ab1439b7b5f3f1718b2eb1ba784190a3..e2621ff5ae5d0caa2af6dd3e9e8e15f164025655 100644
|
| --- a/components/autofill/browser/address_field.h
|
| +++ b/components/autofill/browser/address_field.h
|
| @@ -62,7 +62,7 @@ class AddressField : public FormField {
|
|
|
| // Looks for an address type in the given text, which the caller must
|
| // convert to lowercase.
|
| - static AddressType AddressTypeFromText(const string16& text);
|
| + static AddressType AddressTypeFromText(const base::string16& text);
|
|
|
| // Tries to determine the billing/shipping type of this address.
|
| AddressType FindType() const;
|
|
|