| Index: base/debug/trace_event.cc
|
| diff --git a/base/debug/trace_event.cc b/base/debug/trace_event.cc
|
| index c5547697ee822920492f7ef7f1cf0e50b7f9843c..de4240d7f0b8a828cb93d47e8df30cd80746e87b 100644
|
| --- a/base/debug/trace_event.cc
|
| +++ b/base/debug/trace_event.cc
|
| @@ -63,8 +63,7 @@ const int g_category_metadata = 2;
|
| int g_category_index = 3; // skip initial 3 categories
|
|
|
| // The most-recently captured name of the current thread
|
| -LazyInstance<ThreadLocalPointer<const char>,
|
| - LeakyLazyInstanceTraits<ThreadLocalPointer<const char> > >
|
| +LazyInstance<ThreadLocalPointer<const char> >::Leaky
|
| g_current_thread_name = LAZY_INSTANCE_INITIALIZER;
|
|
|
| void AppendValueAsJSON(unsigned char type,
|
|
|