summaryrefslogtreecommitdiff
path: root/chromium/components/autofill/core/browser/country_combobox_model.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/autofill/core/browser/country_combobox_model.cc')
-rw-r--r--chromium/components/autofill/core/browser/country_combobox_model.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/components/autofill/core/browser/country_combobox_model.cc b/chromium/components/autofill/core/browser/country_combobox_model.cc
index 5fe80954a7e..280c0234a4c 100644
--- a/chromium/components/autofill/core/browser/country_combobox_model.cc
+++ b/chromium/components/autofill/core/browser/country_combobox_model.cc
@@ -89,7 +89,7 @@ base::string16 CountryComboboxModel::GetItemAt(int index) {
}
bool CountryComboboxModel::IsItemSeparatorAt(int index) {
- return !countries_[index].get();
+ return !countries_[index];
}
std::string CountryComboboxModel::GetDefaultCountryCode() const {