Index: 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 65be843645889c027ca709f7b763c62f8d36001b..05f3d4a2f5df941611236a35665104b70e79bb3f 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<CryptoAPIInjector, |
- base::LeakyLazyInstanceTraits<CryptoAPIInjector> > |
+base::LazyInstance<CryptoAPIInjector>::Leaky |
g_capi_injector = LAZY_INSTANCE_INITIALIZER; |
BOOL WINAPI InterceptedOpenStoreW(LPCSTR store_provider, |