Index: net/base/x509_certificate_win.cc |
diff --git a/net/base/x509_certificate_win.cc b/net/base/x509_certificate_win.cc |
index add61b41a8bf1ce47d7c23ac7d0650f2054e1ade..527316d766f9c98651260922494d8ef10d2f6c32 100644 |
--- a/net/base/x509_certificate_win.cc |
+++ b/net/base/x509_certificate_win.cc |
@@ -804,8 +804,7 @@ class GlobalCertStore { |
DISALLOW_COPY_AND_ASSIGN(GlobalCertStore); |
}; |
-static base::LazyInstance<GlobalCertStore, |
- base::LeakyLazyInstanceTraits<GlobalCertStore> > |
+static base::LazyInstance<GlobalCertStore>::Leaky |
g_cert_store = LAZY_INSTANCE_INITIALIZER; |
// static |