Chromium Code Reviews| Index: base/i18n/file_util_icu.cc |
| diff --git a/base/i18n/file_util_icu.cc b/base/i18n/file_util_icu.cc |
| index 34eeface3e6fe588eaa9c37125b072a9758b56d1..d3bd6dbdeeace5356d453474484728ee1b8a3655 100644 |
| --- a/base/i18n/file_util_icu.cc |
| +++ b/base/i18n/file_util_icu.cc |
| @@ -81,7 +81,8 @@ IllegalCharacters::IllegalCharacters() { |
| class LocaleAwareComparator { |
| public: |
| static LocaleAwareComparator* GetInstance() { |
| - return Singleton<LocaleAwareComparator>::get(); |
| + return Singleton<LocaleAwareComparator, |
| + LeakySingletonTraits<LocaleAwareComparator> >::get(); |
|
eroman
2010/12/22 00:51:47
What is this change for?
willchan no longer on Chromium
2010/12/22 02:04:01
This is explained in the changelist description.
|
| } |
| // Note: A similar function is available in l10n_util. |