Index: chrome/browser/ui/webui/options/autofill_options_handler.cc |
diff --git a/chrome/browser/ui/webui/options/autofill_options_handler.cc b/chrome/browser/ui/webui/options/autofill_options_handler.cc |
index 55bea13677e3c8dc4f6d7de8bc4ac0158a101dda..755ef010ea48cce577a2662409e9508b5cfd3a34 100644 |
--- a/chrome/browser/ui/webui/options/autofill_options_handler.cc |
+++ b/chrome/browser/ui/webui/options/autofill_options_handler.cc |
@@ -128,6 +128,9 @@ void GetAddressComponents(const std::string& country_code, |
case i18n::addressinput::STREET_ADDRESS: |
component->SetString(kField, kAddressLineField); |
break; |
+ case i18n::addressinput::ORGANIZATION: |
+ component->SetString(kField, kCompanyNameField); |
+ break; |
case i18n::addressinput::RECIPIENT: |
component->SetString(kField, kFullNameField); |
component->SetString( |