| Index: components/autofill/core/browser/country_names.cc
|
| diff --git a/components/autofill/core/browser/country_names.cc b/components/autofill/core/browser/country_names.cc
|
| index bbf1fb6c0aedb6787f0bb09f1d934def2e344dcd..2f9a022e363e0744bdae25252a0b4684ffbb30e3 100644
|
| --- a/components/autofill/core/browser/country_names.cc
|
| +++ b/components/autofill/core/browser/country_names.cc
|
| @@ -24,7 +24,7 @@ namespace {
|
|
|
| // A copy of the application locale string, which should be ready for
|
| // CountryName's construction.
|
| -static base::LazyInstance<std::string> g_application_locale =
|
| +static base::LazyInstance<std::string>::DestructorAtExit g_application_locale =
|
| LAZY_INSTANCE_INITIALIZER;
|
|
|
| // Returns the ICU sort key corresponding to |str| for the given |collator|.
|
|
|