| Index: net/http/http_network_transaction_unittest.cc
|
| diff --git a/net/http/http_network_transaction_unittest.cc b/net/http/http_network_transaction_unittest.cc
|
| index ed7470b3a618ffba8be29837496992d3e2f5ca21..20fd5595b6eeaca6ace4597c5eb453d3f5f906a4 100644
|
| --- a/net/http/http_network_transaction_unittest.cc
|
| +++ b/net/http/http_network_transaction_unittest.cc
|
| @@ -65,6 +65,7 @@
|
| #include "net/proxy/proxy_resolver.h"
|
| #include "net/proxy/proxy_service.h"
|
| #include "net/socket/client_socket_factory.h"
|
| +#include "net/socket/client_socket_pool.h"
|
| #include "net/socket/client_socket_pool_manager.h"
|
| #include "net/socket/connection_attempts.h"
|
| #include "net/socket/mock_client_socket_pool_manager.h"
|
| @@ -586,6 +587,7 @@ class CaptureGroupNameSocketPool : public ParentPool {
|
| int RequestSocket(const std::string& group_name,
|
| const void* socket_params,
|
| RequestPriority priority,
|
| + ClientSocketPool::IgnoreLimits ignore_limits,
|
| ClientSocketHandle* handle,
|
| const CompletionCallback& callback,
|
| const BoundNetLog& net_log) override {
|
|
|