summaryrefslogtreecommitdiffstats
path: root/printing/pdf_metafile_cg_mac.cc
diff options
context:
space:
mode:
Diffstat (limited to 'printing/pdf_metafile_cg_mac.cc')
-rw-r--r--printing/pdf_metafile_cg_mac.cc8
1 files changed, 3 insertions, 5 deletions
diff --git a/printing/pdf_metafile_cg_mac.cc b/printing/pdf_metafile_cg_mac.cc
index bf2f68d..6ac1d6b 100644
--- a/printing/pdf_metafile_cg_mac.cc
+++ b/printing/pdf_metafile_cg_mac.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.
@@ -35,10 +35,8 @@ namespace {
// single-process mode. TODO(avi): This Apple bug appears fixed in 10.7; when
// 10.7 is the minimum required version for Chromium, remove this hack.
-base::LazyInstance<
- base::ThreadLocalPointer<struct __CFSet>,
- base::LeakyLazyInstanceTraits<base::ThreadLocalPointer<struct __CFSet> > >
- thread_pdf_docs = LAZY_INSTANCE_INITIALIZER;
+base::LazyInstance<base::ThreadLocalPointer<struct __CFSet> >::Leaky
+ thread_pdf_docs = LAZY_INSTANCE_INITIALIZER;
} // namespace