Index: net/quic/quic_client_session.h |
diff --git a/net/quic/quic_client_session.h b/net/quic/quic_client_session.h |
index 94c5c597e10f25657efa5e4d3d78d43e1aebfe2c..1265c05c14c3b7b6c49ecf01b420bb41fa846644 100644 |
--- a/net/quic/quic_client_session.h |
+++ b/net/quic/quic_client_session.h |
@@ -157,7 +157,7 @@ class NET_EXPORT_PRIVATE QuicClientSession : public QuicClientSessionBase { |
// that this session has been closed, which will delete the session. |
void CloseSessionOnError(int error); |
- base::Value* GetInfoAsValue(const std::set<HostPortPair>& aliases) const; |
+ base::Value* GetInfoAsValue(const std::set<HostPortPair>& aliases); |
const BoundNetLog& net_log() const { return net_log_; } |