| Index: net/quic/crypto/aes_128_gcm_12_decrypter.h
|
| diff --git a/net/quic/crypto/aes_128_gcm_12_decrypter.h b/net/quic/crypto/aes_128_gcm_12_decrypter.h
|
| index 03d4da583b0a99c87ee7707d8eb53861ff55ea39..0511c8b72680732a36cfe9ff5c6742f12bd15631 100644
|
| --- a/net/quic/crypto/aes_128_gcm_12_decrypter.h
|
| +++ b/net/quic/crypto/aes_128_gcm_12_decrypter.h
|
| @@ -33,6 +33,9 @@ class NET_EXPORT_PRIVATE Aes128Gcm12Decrypter : public AeadBaseDecrypter {
|
| size_t auth_tag_size,
|
| AeadParams* aead_params) const OVERRIDE;
|
| #endif
|
| +
|
| + private:
|
| + DISALLOW_COPY_AND_ASSIGN(Aes128Gcm12Decrypter);
|
| };
|
|
|
| } // namespace net
|
|
|