Index: net/quic/crypto/null_encrypter.h |
diff --git a/net/quic/crypto/null_encrypter.h b/net/quic/crypto/null_encrypter.h |
index 44e6f5555e66688321565d1580c39e864c48ddf8..1bcdff5a2c2757af5548d56dd2c04b18d336c839 100644 |
--- a/net/quic/crypto/null_encrypter.h |
+++ b/net/quic/crypto/null_encrypter.h |
@@ -38,6 +38,8 @@ class NET_EXPORT_PRIVATE NullEncrypter : public QuicEncrypter { |
private: |
size_t GetHashLength() const; |
+ |
+ DISALLOW_COPY_AND_ASSIGN(NullEncrypter); |
}; |
} // namespace net |