| 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 15c11f3e66ea4eda78c9f5b4dacaebd523d9729a..8cbc64bd9096ec42d6c083e6addbb3f0dad405e0 100644
|
| --- a/chrome/browser/ui/autofill/country_combobox_model_unittest.cc
|
| +++ b/chrome/browser/ui/autofill/country_combobox_model_unittest.cc
|
| @@ -27,7 +27,9 @@ class CountryComboboxModelTest : public testing::Test {
|
| protected:
|
| void CreateModel(bool show_partially_supported_countries) {
|
| model_.reset(new CountryComboboxModel(
|
| - manager_, show_partially_supported_countries));
|
| + manager_,
|
| + std::set<base::string16>(),
|
| + show_partially_supported_countries));
|
| }
|
|
|
| TestPersonalDataManager* manager() { return &manager_; }
|
|
|