| Index: ui/base/l10n/time_format.cc
|
| diff --git a/ui/base/l10n/time_format.cc b/ui/base/l10n/time_format.cc
|
| index 8be7f4e71d03fc8ad9019246b820ed557cda3861..772564b9d31794c130539efa7d84bbcf1f8d327f 100644
|
| --- a/ui/base/l10n/time_format.cc
|
| +++ b/ui/base/l10n/time_format.cc
|
| @@ -22,8 +22,8 @@ using ui::TimeFormat;
|
|
|
| namespace ui {
|
|
|
| -UI_BASE_EXPORT base::LazyInstance<FormatterContainer>::DestructorAtExit
|
| - g_container = LAZY_INSTANCE_INITIALIZER;
|
| +UI_BASE_EXPORT base::LazyInstance<FormatterContainer>::Leaky g_container =
|
| + LAZY_INSTANCE_INITIALIZER;
|
|
|
| // static
|
| base::string16 TimeFormat::Simple(TimeFormat::Format format,
|
|
|