Chromium Code Reviews| Index: net/quic/crypto/aead_base_encrypter.h |
| diff --git a/net/quic/crypto/aead_base_encrypter.h b/net/quic/crypto/aead_base_encrypter.h |
| index 1cc5d51f7258756cf107b012e9b87923c5c0f4b7..713813150ec76b80f607813c9ef112d3d5b6f0d7 100644 |
| --- a/net/quic/crypto/aead_base_encrypter.h |
| +++ b/net/quic/crypto/aead_base_encrypter.h |
| @@ -101,6 +101,8 @@ class NET_EXPORT_PRIVATE AeadBaseEncrypter : public QuicEncrypter { |
| #if defined(USE_OPENSSL) |
| ScopedEVPAEADCtx ctx_; |
| #endif |
| + |
| + DISALLOW_COPY_AND_ASSIGN(AeadBaseEncrypter); |
| }; |
| } // namespace net |