Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / net / quic / crypto / aes_128_gcm_12_decrypter.h
index 03d4da5..0511c8b 100644 (file)
@@ -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