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