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

Unified Diff: net/http/http_pipelined_connection_impl_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: Possible test fix. 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
« no previous file with comments | « net/http/http_network_transaction_unittest.cc ('k') | net/http/http_proxy_client_socket_pool.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_pipelined_connection_impl_unittest.cc
diff --git a/net/http/http_pipelined_connection_impl_unittest.cc b/net/http/http_pipelined_connection_impl_unittest.cc
index 2c0d2dfb7486039bc214db70e8abfdda21fdcde4..eb7eb7896b9a1e4d71054e2ae8051b1a74c95370 100644
--- a/net/http/http_pipelined_connection_impl_unittest.cc
+++ b/net/http/http_pipelined_connection_impl_unittest.cc
@@ -86,7 +86,8 @@ class HttpPipelinedConnectionImplTest : public testing::Test {
factory_.AddSocketDataProvider(data_.get());
scoped_refptr<DummySocketParams> params;
ClientSocketHandle* connection = new ClientSocketHandle;
- connection->Init("a", params, MEDIUM, NULL, &pool_, BoundNetLog());
+ connection->Init("a", params, MEDIUM, CompletionCallback(), &pool_,
+ BoundNetLog());
pipeline_.reset(new HttpPipelinedConnectionImpl(connection, &delegate_,
ssl_config_, proxy_info_,
BoundNetLog(), false));
« no previous file with comments | « net/http/http_network_transaction_unittest.cc ('k') | net/http/http_proxy_client_socket_pool.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698