| Index: base/threading/platform_thread_mac.mm
|
| diff --git a/base/threading/platform_thread_mac.mm b/base/threading/platform_thread_mac.mm
|
| index 422080f105fbfa27ca65068be96980054ef9c86d..96c672023f915af3bf93929e7ed557cc6ba1020c 100644
|
| --- a/base/threading/platform_thread_mac.mm
|
| +++ b/base/threading/platform_thread_mac.mm
|
| @@ -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.
|
|
|
| @@ -19,8 +19,7 @@ namespace base {
|
|
|
| namespace {
|
|
|
| -LazyInstance<ThreadLocalPointer<char>,
|
| - LeakyLazyInstanceTraits<ThreadLocalPointer<char> > >
|
| +LazyInstance<ThreadLocalPointer<char> >::Leaky
|
| current_thread_name = LAZY_INSTANCE_INITIALIZER;
|
|
|
| } // namespace
|
|
|