diff options
Diffstat (limited to 'net/http/http_network_transaction_unittest.cc')
-rw-r--r-- | net/http/http_network_transaction_unittest.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/http/http_network_transaction_unittest.cc b/net/http/http_network_transaction_unittest.cc index 32b13ca..079f3ae 100644 --- a/net/http/http_network_transaction_unittest.cc +++ b/net/http/http_network_transaction_unittest.cc @@ -238,8 +238,7 @@ template<typename EmulatedClientSocketPool> class CaptureGroupNameSocketPool : public EmulatedClientSocketPool { public: CaptureGroupNameSocketPool(HttpNetworkSession* session) - : EmulatedClientSocketPool(0, 0, "CaptureGroupNameTestPool", - session->host_resolver(), NULL, + : EmulatedClientSocketPool(0, 0, NULL, session->host_resolver(), NULL, NULL) {} const std::string last_group_name_received() const { return last_group_name_; |