| Index: net/cert/x509_certificate.cc
|
| diff --git a/net/cert/x509_certificate.cc b/net/cert/x509_certificate.cc
|
| index 782f4a4c0fa383874bcb0d483f9e5848a279846e..377cb7e5215184f5cecb02f7be3b2d74f8e5c2c3 100644
|
| --- a/net/cert/x509_certificate.cc
|
| +++ b/net/cert/x509_certificate.cc
|
| @@ -102,7 +102,7 @@ class X509CertificateCache {
|
| // Obtain an instance of X509CertificateCache via a LazyInstance.
|
| X509CertificateCache() {}
|
| ~X509CertificateCache() {}
|
| - friend struct base::DefaultLazyInstanceTraits<X509CertificateCache>;
|
| + friend struct base::LazyInstanceTraitsBase<X509CertificateCache>;
|
|
|
| // You must acquire this lock before using any private data of this object
|
| // You must not block while holding this lock.
|
|
|