| Index: net/spdy/spdy_test_util_spdy2.h
|
| diff --git a/net/spdy/spdy_test_util_spdy2.h b/net/spdy/spdy_test_util_spdy2.h
|
| index 2dcd999e7b114615de2ee5e3602957e41b42a02b..f20e07ee3a5cc5a41881d5c4bb2ab1604a20bb0f 100644
|
| --- a/net/spdy/spdy_test_util_spdy2.h
|
| +++ b/net/spdy/spdy_test_util_spdy2.h
|
| @@ -12,7 +12,6 @@
|
| #include "net/base/mock_host_resolver.h"
|
| #include "net/base/request_priority.h"
|
| #include "net/base/ssl_config_service_defaults.h"
|
| -#include "net/base/sys_addrinfo.h"
|
| #include "net/http/http_auth_handler_factory.h"
|
| #include "net/http/http_cache.h"
|
| #include "net/http/http_network_session.h"
|
| @@ -392,7 +391,7 @@ class SpdySessionPoolPeer {
|
| explicit SpdySessionPoolPeer(SpdySessionPool* pool)
|
| : pool_(pool) {}
|
|
|
| - void AddAlias(const addrinfo* address, const HostPortProxyPair& pair) {
|
| + void AddAlias(const IPEndPoint& address, const HostPortProxyPair& pair) {
|
| pool_->AddAlias(address, pair);
|
| }
|
|
|
|
|