| Index: net/base/ev_root_ca_metadata.h
|
| ===================================================================
|
| --- net/base/ev_root_ca_metadata.h (revision 66806)
|
| +++ net/base/ev_root_ca_metadata.h (working copy)
|
| @@ -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 @@
|
| PolicyOID policy_oid) const;
|
|
|
| private:
|
| - friend struct DefaultSingletonTraits<EVRootCAMetadata>;
|
| + friend struct base::DefaultLazyInstanceTraits<EVRootCAMetadata>;
|
|
|
| typedef std::map<SHA1Fingerprint, PolicyOID,
|
| SHA1FingerprintLessThan> PolicyOidMap;
|
|
|