| Index: net/quic/crypto/chacha20_poly1305_decrypter.h
|
| diff --git a/net/quic/crypto/chacha20_poly1305_decrypter.h b/net/quic/crypto/chacha20_poly1305_decrypter.h
|
| index e3c3e7f9d9faf817af3e3ced237f1ed6db8cc02c..04f534156c32d24bdef481f6f88ec3c80145a657 100644
|
| --- a/net/quic/crypto/chacha20_poly1305_decrypter.h
|
| +++ b/net/quic/crypto/chacha20_poly1305_decrypter.h
|
| @@ -24,7 +24,7 @@ class NET_EXPORT_PRIVATE ChaCha20Poly1305Decrypter : public AeadBaseDecrypter {
|
| };
|
|
|
| ChaCha20Poly1305Decrypter();
|
| - virtual ~ChaCha20Poly1305Decrypter();
|
| + ~ChaCha20Poly1305Decrypter() override;
|
|
|
| // Returns true if the underlying crypto library supports ChaCha20+Poly1305.
|
| static bool IsSupported();
|
|
|