| Index: chrome/common/time_format.cc
|
| diff --git a/chrome/common/time_format.cc b/chrome/common/time_format.cc
|
| index 8ce4b257307209909c9ef87297b9ea3330fe3c31..d11b7ab39f4b1e9cfe80ad7cf84afb711ff6a85f 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 =
|
| + LAZY_INSTANCE_INITIALIZER;
|
|
|
| void TimeFormatter::BuildFormats(
|
| FormatType format_type, std::vector<icu::PluralFormat*>* time_formats) {
|
|
|