| Index: net/base/ev_root_ca_metadata.h
|
| diff --git a/net/base/ev_root_ca_metadata.h b/net/base/ev_root_ca_metadata.h
|
| index e0961f39071375c92088242e94cf6becdb483b35..832ebe2bdf6decd1cdd8847c9b07d23713233a79 100644
|
| --- a/net/base/ev_root_ca_metadata.h
|
| +++ b/net/base/ev_root_ca_metadata.h
|
| @@ -17,8 +17,10 @@
|
|
|
| #include "net/base/x509_certificate.h"
|
|
|
| +namespace base {
|
| template <typename T>
|
| -struct DefaultSingletonTraits;
|
| +struct DefaultLazyInstanceTraits;
|
| +} // namespace base
|
|
|
| namespace net {
|
|
|
| @@ -55,7 +57,7 @@ class EVRootCAMetadata {
|
| PolicyOID policy_oid) const;
|
|
|
| private:
|
| - friend struct DefaultSingletonTraits<EVRootCAMetadata>;
|
| + friend struct base::DefaultLazyInstanceTraits<EVRootCAMetadata>;
|
|
|
| typedef std::map<SHA1Fingerprint, PolicyOID,
|
| SHA1FingerprintLessThan> PolicyOidMap;
|
|
|