| Index: net/quic/crypto/chacha20_poly1305_encrypter.h
|
| diff --git a/net/quic/crypto/chacha20_poly1305_encrypter.h b/net/quic/crypto/chacha20_poly1305_encrypter.h
|
| index b99fa2721a8465c2a0a04db57d210ebed9933bb2..1dcfd7cb87b5c10264bd4b4faf560c183fd84db5 100644
|
| --- a/net/quic/crypto/chacha20_poly1305_encrypter.h
|
| +++ b/net/quic/crypto/chacha20_poly1305_encrypter.h
|
| @@ -24,7 +24,7 @@ class NET_EXPORT_PRIVATE ChaCha20Poly1305Encrypter : public AeadBaseEncrypter {
|
| };
|
|
|
| ChaCha20Poly1305Encrypter();
|
| - virtual ~ChaCha20Poly1305Encrypter();
|
| + ~ChaCha20Poly1305Encrypter() override;
|
|
|
| // Returns true if the underlying crypto library supports ChaCha20+Poly1305.
|
| static bool IsSupported();
|
|
|