| Index: chrome/browser/ui/autofill/country_combobox_model.cc
|
| diff --git a/chrome/browser/ui/autofill/country_combobox_model.cc b/chrome/browser/ui/autofill/country_combobox_model.cc
|
| index cbae574e85ce9ea4b2b406e8509491f9927cc1e3..8962b8261f3ba65fcae4294481bf067cbabd097b 100644
|
| --- a/chrome/browser/ui/autofill/country_combobox_model.cc
|
| +++ b/chrome/browser/ui/autofill/country_combobox_model.cc
|
| @@ -54,7 +54,7 @@ base::string16 CountryComboboxModel::GetItemAt(int index) {
|
|
|
| // The separator item. Implemented for platforms that don't yet support
|
| // IsItemSeparatorAt().
|
| - return ASCIIToUTF16("---");
|
| + return base::ASCIIToUTF16("---");
|
| }
|
|
|
| bool CountryComboboxModel::IsItemSeparatorAt(int index) {
|
|
|