Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(284)

Unified Diff: net/spdy/spdy_proxy_client_socket_unittest.cc

Issue 8898036: base::Bind: Convert proxy_resolving_client_socket.[cc,h] and deps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/spdy/spdy_proxy_client_socket_unittest.cc
diff --git a/net/spdy/spdy_proxy_client_socket_unittest.cc b/net/spdy/spdy_proxy_client_socket_unittest.cc
index 25be93a82d4aa1430b2dc96245eaf1effcf27eea..396f6d068a79adbd96933ba1efe71f5155734d28 100644
--- a/net/spdy/spdy_proxy_client_socket_unittest.cc
+++ b/net/spdy/spdy_proxy_client_socket_unittest.cc
@@ -184,8 +184,8 @@ void SpdyProxyClientSocketTest::Initialize(MockRead* reads,
scoped_ptr<ClientSocketHandle> connection(new ClientSocketHandle);
EXPECT_EQ(OK,
connection->Init(endpoint_host_port_pair_.ToString(),
- transport_params_,
- LOWEST, NULL, session_->GetTransportSocketPool(),
+ transport_params_, LOWEST, CompletionCallback(),
+ session_->GetTransportSocketPool(),
BoundNetLog()));
spdy_session_->InitializeWithSocket(connection.release(), false, OK);

Powered by Google App Engine
This is Rietveld 408576698