| Index: net/quic/quic_crypto_server_stream.cc
|
| diff --git a/net/quic/quic_crypto_server_stream.cc b/net/quic/quic_crypto_server_stream.cc
|
| index 1d6237673086f4faa113da86750dfa0615287b9b..c4b58938b332d5df7129fa9f623699eff65b1ab0 100644
|
| --- a/net/quic/quic_crypto_server_stream.cc
|
| +++ b/net/quic/quic_crypto_server_stream.cc
|
| @@ -245,8 +245,8 @@ QuicErrorCode QuicCryptoServerStream::ProcessClientHello(
|
| void QuicCryptoServerStream::OverrideQuicConfigDefaults(QuicConfig* config) {
|
| }
|
|
|
| -CachedNetworkParameters*
|
| -QuicCryptoServerStream::get_previous_cached_network_params() {
|
| +const CachedNetworkParameters*
|
| +QuicCryptoServerStream::previous_cached_network_params() const {
|
| return previous_cached_network_params_.get();
|
| }
|
|
|
|
|