Index: net/quic/quic_session_key.h |
diff --git a/net/quic/quic_session_key.h b/net/quic/quic_session_key.h |
index 486efd1cca8b6105f9b9c97f99c5023fb38814d7..96e5523e1a930523171ae0e1ef98989784504a71 100644 |
--- a/net/quic/quic_session_key.h |
+++ b/net/quic/quic_session_key.h |
@@ -17,6 +17,7 @@ class NET_EXPORT_PRIVATE QuicSessionKey { |
public: |
QuicSessionKey(); |
QuicSessionKey(const HostPortPair& host_port_pair, bool is_https); |
+ QuicSessionKey(const std::string& host, uint16 port, bool is_https); |
~QuicSessionKey(); |
// Needed to be an element of std::set. |