Chromium Code Reviews| Index: net/quic/crypto/aead_base_decrypter.h |
| diff --git a/net/quic/crypto/aead_base_decrypter.h b/net/quic/crypto/aead_base_decrypter.h |
| index 2217ec95b6352ea5d43107e9936fcbb70e6d0598..6257409f9fbc132ad593ba6ba6b796760c5eb6e2 100644 |
| --- a/net/quic/crypto/aead_base_decrypter.h |
| +++ b/net/quic/crypto/aead_base_decrypter.h |
| @@ -98,6 +98,8 @@ class NET_EXPORT_PRIVATE AeadBaseDecrypter : public QuicDecrypter { |
| #if defined(USE_OPENSSL) |
| ScopedEVPAEADCtx ctx_; |
| #endif |
| + |
| + DISALLOW_COPY_AND_ASSIGN(AeadBaseDecrypter); |
| }; |
| } // namespace net |