Index: chrome/browser/ui/autofill/country_combobox_model_unittest.cc |
diff --git a/chrome/browser/ui/autofill/country_combobox_model_unittest.cc b/chrome/browser/ui/autofill/country_combobox_model_unittest.cc |
index 56ebd857c0e53aec66b2ce5b106e848a80788a69..1514b7a4ddace3cc6541684a078fc28bc6907448 100644 |
--- a/chrome/browser/ui/autofill/country_combobox_model_unittest.cc |
+++ b/chrome/browser/ui/autofill/country_combobox_model_unittest.cc |
@@ -50,8 +50,7 @@ |
std::string country_code = model()->countries()[i]->country_code(); |
std::vector< ::i18n::addressinput::AddressUiComponent> components = |
- ::i18n::addressinput::BuildComponents( |
- country_code, std::string(), NULL); |
+ ::i18n::addressinput::BuildComponents(country_code); |
EXPECT_FALSE(components.empty()); |
} |
} |