summaryrefslogtreecommitdiffstats
path: root/net/quic/quic_crypto_client_stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/quic/quic_crypto_client_stream.h')
-rw-r--r--net/quic/quic_crypto_client_stream.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/quic/quic_crypto_client_stream.h b/net/quic/quic_crypto_client_stream.h
index 812cf43..1c8508e 100644
--- a/net/quic/quic_crypto_client_stream.h
+++ b/net/quic/quic_crypto_client_stream.h
@@ -104,9 +104,9 @@ class NET_EXPORT_PRIVATE QuicCryptoClientStream : public QuicCryptoStream {
// |in| may be NULL if the call did not result from a received message.
void DoHandshakeLoop(const CryptoHandshakeMessage* in);
- // Called to set the proof of |cache| valid. Also invokes the visitor's
+ // Called to set the proof of |cached| valid. Also invokes the visitor's
// OnProofValid() method.
- void SetProofValid(QuicCryptoClientConfig::CachedState* cached);
+ void SetCachedProofValid(QuicCryptoClientConfig::CachedState* cached);
Visitor* visitor_;