| Index: base/profiler/stack_sampling_profiler.cc
|
| diff --git a/base/profiler/stack_sampling_profiler.cc b/base/profiler/stack_sampling_profiler.cc
|
| index 10639759f6fa3d188fad9c8df5cb58823ab46f60..538368bd23f6fd63d25dfefa6e6ea68f5a785208 100644
|
| --- a/base/profiler/stack_sampling_profiler.cc
|
| +++ b/base/profiler/stack_sampling_profiler.cc
|
| @@ -23,7 +23,7 @@ namespace base {
|
| namespace {
|
|
|
| // Used to ensure only one profiler is running at a time.
|
| -LazyInstance<Lock> concurrent_profiling_lock = LAZY_INSTANCE_INITIALIZER;
|
| +LazyInstance<Lock>::Leaky concurrent_profiling_lock = LAZY_INSTANCE_INITIALIZER;
|
|
|
| // AsyncRunner ----------------------------------------------------------------
|
|
|
|
|