Index: chrome/common/time_format.cc |
diff --git a/chrome/common/time_format.cc b/chrome/common/time_format.cc |
index 8ce4b257307209909c9ef87297b9ea3330fe3c31..c384a7c451ed425696e98b1e1d30aa30be96bff1 100644 |
--- a/chrome/common/time_format.cc |
+++ b/chrome/common/time_format.cc |
@@ -181,8 +181,8 @@ class TimeFormatter { |
DISALLOW_COPY_AND_ASSIGN(TimeFormatter); |
}; |
-static base::LazyInstance<TimeFormatter> g_time_formatter( |
- base::LINKER_INITIALIZED); |
+static base::LazyInstance<TimeFormatter> g_time_formatter = |
+ LINKER_ZERO_INITIALIZED; |
void TimeFormatter::BuildFormats( |
FormatType format_type, std::vector<icu::PluralFormat*>* time_formats) { |