| Index: chrome/common/profiling.cc
|
| diff --git a/chrome/common/profiling.cc b/chrome/common/profiling.cc
|
| index 1a56086a2f5436589526bc0155c3cdabe89ba4bb..9422a90243efe2a3ff388e746c87decb4a20ab18 100644
|
| --- a/chrome/common/profiling.cc
|
| +++ b/chrome/common/profiling.cc
|
| @@ -91,7 +91,7 @@ class ProfilingThreadControl {
|
|
|
| base::LazyInstance<ProfilingThreadControl,
|
| base::LeakyLazyInstanceTraits<ProfilingThreadControl> >
|
| - g_flush_thread_control(base::LINKER_INITIALIZED);
|
| + g_flush_thread_control = LAZY_INSTANCE_INITIALIZER;
|
|
|
| } // namespace
|
|
|
|
|