Index: net/ocsp/nss_ocsp.cc |
diff --git a/net/ocsp/nss_ocsp.cc b/net/ocsp/nss_ocsp.cc |
index 868f5cde56db2066830b11b8e4a06daa1e09e516..1eb0b21d41a916d296a17d8beea7f0db97a9d1d0 100644 |
--- a/net/ocsp/nss_ocsp.cc |
+++ b/net/ocsp/nss_ocsp.cc |
@@ -87,7 +87,7 @@ class OCSPIOLoop { |
DISALLOW_COPY_AND_ASSIGN(OCSPIOLoop); |
}; |
-base::LazyInstance<OCSPIOLoop, base::LeakyLazyInstanceTraits<OCSPIOLoop> > |
+base::LazyInstance<OCSPIOLoop>::Leaky |
g_ocsp_io_loop = LAZY_INSTANCE_INITIALIZER; |
wtc
2012/01/21 00:51:01
Nit: could you reformat this as
base::LazyInsta
Ami GONE FROM CHROMIUM
2012/01/21 01:22:30
I intentionally didn't as there were callsites tha
|
const int kRecvBufferSize = 4096; |