| Index: net/quic/quic_crypto_server_stream.h
|
| diff --git a/net/quic/quic_crypto_server_stream.h b/net/quic/quic_crypto_server_stream.h
|
| index 546c3bd4cf13cb896fb8dff0b37d4b459d376c2b..42dc21009e0748689c6a4bfad5d7667d0598a191 100644
|
| --- a/net/quic/quic_crypto_server_stream.h
|
| +++ b/net/quic/quic_crypto_server_stream.h
|
| @@ -83,6 +83,8 @@ class NET_EXPORT_PRIVATE QuicCryptoServerStream : public QuicCryptoStream {
|
| // FinishProcessingHandshakeMessage for processing. NULL if no
|
| // handshake message is being validated.
|
| ValidateCallback* validate_client_hello_cb_;
|
| +
|
| + DISALLOW_COPY_AND_ASSIGN(QuicCryptoServerStream);
|
| };
|
|
|
| } // namespace net
|
|
|