| Index: net/spdy/spdy_test_util_spdy3.h
|
| diff --git a/net/spdy/spdy_test_util_spdy3.h b/net/spdy/spdy_test_util_spdy3.h
|
| index 11d2e6263b4894fc1c0184a156d03d14f8fdcd31..2b11041000c49661fffcf86b7f13d55f3c6ee05b 100644
|
| --- a/net/spdy/spdy_test_util_spdy3.h
|
| +++ b/net/spdy/spdy_test_util_spdy3.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"
|
| @@ -393,7 +392,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);
|
| }
|
|
|
|
|