From 67f92bc3e4a932b3a12693c0517653f08af87a83 Mon Sep 17 00:00:00 2001 From: "fischman@chromium.org" Date: Thu, 26 Jan 2012 01:56:19 +0000 Subject: Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leaky and hide LeakyLazyInstanceTraits in base::internal to discourage cargo-culting new users. BUG=none TEST=none Review URL: http://codereview.chromium.org/9117038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119173 0039d316-1c4b-4281-b951-d872f2087c98 --- net/base/test_root_certs_win.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'net/base/test_root_certs_win.cc') diff --git a/net/base/test_root_certs_win.cc b/net/base/test_root_certs_win.cc index 65be843..05f3d4a 100644 --- a/net/base/test_root_certs_win.cc +++ b/net/base/test_root_certs_win.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 @@ struct CryptoAPIInjector { } }; -base::LazyInstance > +base::LazyInstance::Leaky g_capi_injector = LAZY_INSTANCE_INITIALIZER; BOOL WINAPI InterceptedOpenStoreW(LPCSTR store_provider, -- cgit v1.1