diff options
author | vandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-27 00:07:38 +0000 |
---|---|---|
committer | vandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-27 00:07:38 +0000 |
commit | 7fc5b09a0544d3fe96ba95d5dfe09eecd3e745dc (patch) | |
tree | edff04322f7c9653b8f0dfc85365ed433266b58e /net/spdy/spdy_session.h | |
parent | f26795ebb86f6bcd4da9d4971e252eea933cfdf3 (diff) | |
download | chromium_src-7fc5b09a0544d3fe96ba95d5dfe09eecd3e745dc.zip chromium_src-7fc5b09a0544d3fe96ba95d5dfe09eecd3e745dc.tar.gz chromium_src-7fc5b09a0544d3fe96ba95d5dfe09eecd3e745dc.tar.bz2 |
Make a proper TCPSocketParams
BUG=none
TEST=existing unit tests
Review URL: http://codereview.chromium.org/661194
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40182 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/spdy/spdy_session.h')
-rw-r--r-- | net/spdy/spdy_session.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h index 01ac1a7..2f2465b 100644 --- a/net/spdy/spdy_session.h +++ b/net/spdy/spdy_session.h @@ -20,7 +20,7 @@ #include "net/base/upload_data_stream.h" #include "net/socket/client_socket.h" #include "net/socket/client_socket_handle.h" -#include "testing/platform_test.h" +#include "net/socket/tcp_client_socket_pool.h" #include "net/spdy/spdy_framer.h" #include "net/spdy/spdy_io_buffer.h" #include "net/spdy/spdy_protocol.h" @@ -45,7 +45,7 @@ class SpdySession : public base::RefCounted<SpdySession>, // Note that this call does not wait for the connect to complete. Callers can // immediately start using the SpdySession while it connects. net::Error Connect(const std::string& group_name, - const HostResolver::RequestInfo& host, + const TCPSocketParams& destination, RequestPriority priority, LoadLog* load_log); |