summaryrefslogtreecommitdiffstats
path: root/chrome/common/profiling.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/profiling.cc')
-rw-r--r--chrome/common/profiling.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/common/profiling.cc b/chrome/common/profiling.cc
index f355052..24914d5 100644
--- a/chrome/common/profiling.cc
+++ b/chrome/common/profiling.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -89,8 +89,7 @@ class ProfilingThreadControl {
DISALLOW_COPY_AND_ASSIGN(ProfilingThreadControl);
};
-base::LazyInstance<ProfilingThreadControl,
- base::LeakyLazyInstanceTraits<ProfilingThreadControl> >
+base::LazyInstance<ProfilingThreadControl>::Leaky
g_flush_thread_control = LAZY_INSTANCE_INITIALIZER;
} // namespace