Index: net/spdy/spdy_session_unittest.cc |
=================================================================== |
--- net/spdy/spdy_session_unittest.cc (revision 57276) |
+++ net/spdy/spdy_session_unittest.cc (working copy) |
@@ -80,7 +80,7 @@ |
const std::string kTestHost("www.foo.com"); |
const int kTestPort = 80; |
HostPortPair test_host_port_pair(kTestHost, kTestPort); |
- HostPortProxyPair pair(test_host_port_pair, ""); |
+ HostPortProxyPair pair(test_host_port_pair, ProxyServer::Direct()); |
scoped_refptr<SpdySessionPool> spdy_session_pool( |
http_session->spdy_session_pool()); |