| Index: net/quic/core/quic_crypto_server_stream.h
|
| diff --git a/net/quic/core/quic_crypto_server_stream.h b/net/quic/core/quic_crypto_server_stream.h
|
| index aadc4aebd91706781e262ae1dcbc3ece36464ec9..0c8d5044a12250dcf5e3477bbaf239ccfdbe200e 100644
|
| --- a/net/quic/core/quic_crypto_server_stream.h
|
| +++ b/net/quic/core/quic_crypto_server_stream.h
|
| @@ -212,7 +212,7 @@ class NET_EXPORT_PRIVATE QuicCryptoServerStream
|
|
|
| // Server's certificate chain and signature of the server config, as provided
|
| // by ProofSource::GetProof.
|
| - scoped_refptr<QuicCryptoProof> crypto_proof_;
|
| + scoped_refptr<QuicSignedServerConfig> signed_config_;
|
|
|
| // Hash of the last received CHLO message which can be used for generating
|
| // server config update messages.
|
|
|