| Index: net/base/ev_root_ca_metadata.h
|
| ===================================================================
|
| --- net/base/ev_root_ca_metadata.h (revision 66790)
|
| +++ net/base/ev_root_ca_metadata.h (working copy)
|
| @@ -17,10 +17,8 @@
|
|
|
| #include "net/base/x509_certificate.h"
|
|
|
| -namespace base {
|
| template <typename T>
|
| -struct DefaultLazyInstanceTraits;
|
| -} // namespace base
|
| +struct DefaultSingletonTraits;
|
|
|
| namespace net {
|
|
|
| @@ -57,7 +55,7 @@
|
| PolicyOID policy_oid) const;
|
|
|
| private:
|
| - friend struct base::DefaultLazyInstanceTraits<EVRootCAMetadata>;
|
| + friend struct DefaultSingletonTraits<EVRootCAMetadata>;
|
|
|
| typedef std::map<SHA1Fingerprint, PolicyOID,
|
| SHA1FingerprintLessThan> PolicyOidMap;
|
|
|