| Index: net/socket/client_socket_pool_base.h
|
| diff --git a/net/socket/client_socket_pool_base.h b/net/socket/client_socket_pool_base.h
|
| index 2c2ddb57abc532e329b2e1a30010a7a0f4e2acec..8a0a1f3c102512a6945aecd0dc160921262d0274 100644
|
| --- a/net/socket/client_socket_pool_base.h
|
| +++ b/net/socket/client_socket_pool_base.h
|
| @@ -46,6 +46,7 @@
|
| #include "net/base/network_change_notifier.h"
|
| #include "net/base/priority_queue.h"
|
| #include "net/base/request_priority.h"
|
| +#include "net/socket/client_socket_handle.h"
|
| #include "net/socket/client_socket_pool.h"
|
| #include "net/socket/stream_socket.h"
|
|
|
| @@ -528,7 +529,7 @@ class NET_EXPORT_PRIVATE ClientSocketPoolBaseHelper
|
|
|
| // Assigns |socket| to |handle| and updates |group|'s counters appropriately.
|
| void HandOutSocket(scoped_ptr<StreamSocket> socket,
|
| - bool reused,
|
| + ClientSocketHandle::SocketReuseType reuse_type,
|
| const LoadTimingInfo::ConnectTiming& connect_timing,
|
| ClientSocketHandle* handle,
|
| base::TimeDelta time_idle,
|
|
|