Index: net/quic/crypto/crypto_utils.h |
diff --git a/net/quic/crypto/crypto_utils.h b/net/quic/crypto/crypto_utils.h |
index 147e41436f8bc8c5c6f3e6e41b5b90e97bdb460b..ec6384c131e639d30a3d957000f7bd093714bff7 100644 |
--- a/net/quic/crypto/crypto_utils.h |
+++ b/net/quic/crypto/crypto_utils.h |
@@ -62,6 +62,9 @@ class NET_EXPORT_PRIVATE CryptoUtils { |
const std::string& hkdf_input, |
Perspective perspective, |
CrypterPair* out); |
+ |
+ private: |
+ DISALLOW_COPY_AND_ASSIGN(CryptoUtils); |
}; |
} // namespace net |