| Index: trunk/src/components/autofill/core/browser/address.cc
|
| ===================================================================
|
| --- trunk/src/components/autofill/core/browser/address.cc (revision 289319)
|
| +++ trunk/src/components/autofill/core/browser/address.cc (working copy)
|
| @@ -159,7 +159,7 @@
|
| return false;
|
| }
|
|
|
| - country_code_ = base::StringToUpperASCII(base::UTF16ToASCII(value));
|
| + country_code_ = StringToUpperASCII(base::UTF16ToASCII(value));
|
| return true;
|
| } else if (type.html_type() == HTML_TYPE_FULL_ADDRESS) {
|
| // Parsing a full address is too hard.
|
|
|