diff options
Diffstat (limited to 'net/spdy/spdy_test_util_common.h')
-rw-r--r-- | net/spdy/spdy_test_util_common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/spdy/spdy_test_util_common.h b/net/spdy/spdy_test_util_common.h index 1a12bf4..710c8e421 100644 --- a/net/spdy/spdy_test_util_common.h +++ b/net/spdy/spdy_test_util_common.h @@ -255,8 +255,8 @@ class SpdySessionPoolPeer { public: explicit SpdySessionPoolPeer(SpdySessionPool* pool); - void AddAlias(const IPEndPoint& address, const HostPortProxyPair& pair); - void RemoveAliases(const HostPortProxyPair& pair); + void AddAlias(const IPEndPoint& address, const SpdySessionKey& key); + void RemoveAliases(const SpdySessionKey& key); void RemoveSpdySession(const scoped_refptr<SpdySession>& session); void DisableDomainAuthenticationVerification(); void EnableSendingInitialSettings(bool enabled); |