| 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;
|
|
|
| const int kRecvBufferSize = 4096;
|
|
|