From 537f1adc36a153f919335c54c7232205cefede48 Mon Sep 17 00:00:00 2001 From: "thakis@chromium.org" Date: Sun, 3 Apr 2011 19:17:05 +0000 Subject: Explicitly mention the icu namespace in autofill BUG=none TEST=none Review URL: http://codereview.chromium.org/6691023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80289 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/autofill/autofill_country.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/autofill/autofill_country.cc') diff --git a/chrome/browser/autofill/autofill_country.cc b/chrome/browser/autofill/autofill_country.cc index a027981..897d543 100644 --- a/chrome/browser/autofill/autofill_country.cc +++ b/chrome/browser/autofill/autofill_country.cc @@ -317,7 +317,7 @@ CountryDataMap::CountryDataMap() { // Add any other countries that ICU knows about, falling back to default data // values. - for (const char* const* country_pointer = Locale::getISOCountries(); + for (const char* const* country_pointer = icu::Locale::getISOCountries(); *country_pointer; ++country_pointer) { std::string country_code = *country_pointer; -- cgit v1.1