Index: ui/base/l10n/time_format.cc |
diff --git a/ui/base/l10n/time_format.cc b/ui/base/l10n/time_format.cc |
index 1f03599ebfa8773df5b4a41b644b0154c06a8bf5..8be7f4e71d03fc8ad9019246b820ed557cda3861 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> g_container = |
- LAZY_INSTANCE_INITIALIZER; |
+UI_BASE_EXPORT base::LazyInstance<FormatterContainer>::DestructorAtExit |
+ g_container = LAZY_INSTANCE_INITIALIZER; |
// static |
base::string16 TimeFormat::Simple(TimeFormat::Format format, |