Index: net/quic/quic_client_session.h |
=================================================================== |
--- net/quic/quic_client_session.h (revision 173961) |
+++ net/quic/quic_client_session.h (working copy) |
@@ -38,7 +38,7 @@ |
virtual void CloseStream(QuicStreamId stream_id) OVERRIDE; |
virtual void OnCryptoHandshakeComplete(QuicErrorCode error) OVERRIDE; |
- // Perform a crypto handshake with the server. |
+ // Performs a crypto handshake with the server. |
int CryptoConnect(const CompletionCallback& callback); |
// Causes the QuicConnectionHelper to start reading from the socket |