Index: net/quic/quic_client_session.h |
diff --git a/net/quic/quic_client_session.h b/net/quic/quic_client_session.h |
index 9c5b70565cbc8d8b9aa7da10cd727ffa71cb5304..29531ec023d71803239bde4c59987c48b382f63d 100644 |
--- a/net/quic/quic_client_session.h |
+++ b/net/quic/quic_client_session.h |
@@ -148,7 +148,7 @@ class NET_EXPORT_PRIVATE QuicClientSession : public QuicSession { |
void OnClosedStream(); |
- void CloseSessionOnErrorInner(int error); |
+ void CloseSessionOnErrorInner(int net_error, QuicErrorCode quic_error); |
// Posts a task to notify the factory that this session has been closed. |
void NotifyFactoryOfSessionCloseLater(); |