| Index: components/autofill/core/browser/autofill_field.cc
|
| diff --git a/components/autofill/core/browser/autofill_field.cc b/components/autofill/core/browser/autofill_field.cc
|
| index 7ec8ebefa5498b816026a07126cc464a92de25e5..a8ad28cf17fd4704f3061b74ae0b3e00c9a4a438 100644
|
| --- a/components/autofill/core/browser/autofill_field.cc
|
| +++ b/components/autofill/core/browser/autofill_field.cc
|
| @@ -139,7 +139,8 @@ bool FillNumericSelectControl(int value,
|
|
|
| bool FillStateSelectControl(const base::string16& value,
|
| FormFieldData* field) {
|
| - base::string16 full, abbreviation;
|
| + base::string16 full;
|
| + base::string16 abbreviation;
|
| state_names::GetNameAndAbbreviation(value, &full, &abbreviation);
|
|
|
| // Try an exact match of the abbreviation first.
|
|
|