Index: chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc |
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc |
index f3f89906b1c2f48708e162385940fa4ea34fe8bd..f105678d8358ce2ba87cd92cf195697346c58814 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc |
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc |
@@ -3619,7 +3619,7 @@ bool AutofillDialogControllerImpl::SectionIsValid( |
bool AutofillDialogControllerImpl::RulesAreLoaded(DialogSection section) { |
AddressData address_data; |
- address_data.country_code = CountryCodeForSection(section); |
+ address_data.region_code = CountryCodeForSection(section); |
AddressValidator::Status status = GetValidator()->ValidateAddress( |
address_data, AddressProblemFilter(), NULL); |
return status == AddressValidator::SUCCESS; |