diff options
Diffstat (limited to 'net/socket/dns_cert_provenance_checker.cc')
-rw-r--r-- | net/socket/dns_cert_provenance_checker.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/socket/dns_cert_provenance_checker.cc b/net/socket/dns_cert_provenance_checker.cc index 04cbce8..b05a382 100644 --- a/net/socket/dns_cert_provenance_checker.cc +++ b/net/socket/dns_cert_provenance_checker.cc @@ -81,8 +81,8 @@ class DnsCertLimits { DISALLOW_COPY_AND_ASSIGN(DnsCertLimits); }; -static base::LazyInstance<DnsCertLimits> g_dns_cert_limits( - base::LINKER_INITIALIZED); +static base::LazyInstance<DnsCertLimits> g_dns_cert_limits = + LAZY_INSTANCE_INITIALIZER; // DnsCertProvenanceCheck performs the DNS lookup of the certificate. This // class is self-deleting. |