| Index: trunk/src/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (revision 289319)
|
| +++ trunk/src/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (working copy)
|
| @@ -3323,7 +3323,7 @@
|
| DCHECK_EQ(2U, country_code.size());
|
|
|
| if (section == SECTION_CC_BILLING)
|
| - return base::LowerCaseEqualsASCII(country_code, "us");
|
| + return LowerCaseEqualsASCII(country_code, "us");
|
|
|
| CountryComboboxModel* model = CountryComboboxModelForSection(section);
|
| const std::vector<AutofillCountry*>& countries = model->countries();
|
|
|