| Index: net/socket/dns_cert_provenance_checker.h
|
| diff --git a/net/socket/dns_cert_provenance_checker.h b/net/socket/dns_cert_provenance_checker.h
|
| index 810e2721cefe57345ad68b20df4d4cc28c47b5e2..74e8768af33707b891a06e1da68e34244f764527 100644
|
| --- a/net/socket/dns_cert_provenance_checker.h
|
| +++ b/net/socket/dns_cert_provenance_checker.h
|
| @@ -27,10 +27,10 @@ class DnsCertProvenanceChecker {
|
| const std::vector<std::string>& der_certs) = 0;
|
| };
|
|
|
| - virtual void Shutdown() = 0;
|
| -
|
| virtual ~DnsCertProvenanceChecker();
|
|
|
| + virtual void Shutdown() = 0;
|
| +
|
| // DoAsyncVerification starts an asynchronous check for the given certificate
|
| // chain. It must be run on the network thread.
|
| virtual void DoAsyncVerification(
|
|
|