Index: net/quic/quic_crypto_client_stream.h |
diff --git a/net/quic/quic_crypto_client_stream.h b/net/quic/quic_crypto_client_stream.h |
index eb8191a6330fa8228a692ce4716b7240cfdfb40d..10ac10a843664b2854bf9683623294d3cf194f68 100644 |
--- a/net/quic/quic_crypto_client_stream.h |
+++ b/net/quic/quic_crypto_client_stream.h |
@@ -106,7 +106,8 @@ class NET_EXPORT_PRIVATE QuicCryptoClientStream : public QuicCryptoStream { |
// Handles new server config and optional source-address token provided by the |
// server during a connection. |
- void HandleServerConfigUpdateMessage(const CryptoHandshakeMessage* in); |
+ void HandleServerConfigUpdateMessage( |
+ const CryptoHandshakeMessage& server_config_update); |
// DoHandshakeLoop performs a step of the handshake state machine. Note that |
// |in| may be NULL if the call did not result from a received message. |