| Index: net/quic/crypto/scoped_evp_aead_ctx.h
|
| diff --git a/net/quic/crypto/scoped_evp_aead_ctx.h b/net/quic/crypto/scoped_evp_aead_ctx.h
|
| index f8bb35689bb406f921fbea0b55c201315dcdb9e0..f0f04c1caafc1da5278691b48fa202d55c70c509 100644
|
| --- a/net/quic/crypto/scoped_evp_aead_ctx.h
|
| +++ b/net/quic/crypto/scoped_evp_aead_ctx.h
|
| @@ -7,6 +7,8 @@
|
|
|
| #include <openssl/evp.h>
|
|
|
| +#include "base/basictypes.h"
|
| +
|
| namespace net {
|
|
|
| // ScopedEVPAEADCtx manages an EVP_AEAD_CTX object and calls the needed cleanup
|
| @@ -20,6 +22,8 @@ class ScopedEVPAEADCtx {
|
|
|
| private:
|
| EVP_AEAD_CTX ctx_;
|
| +
|
| + DISALLOW_COPY_AND_ASSIGN(ScopedEVPAEADCtx);
|
| };
|
|
|
| } // namespace net
|
|
|