| Index: net/socket/client_socket_pool_manager_impl.cc
|
| diff --git a/net/socket/client_socket_pool_manager_impl.cc b/net/socket/client_socket_pool_manager_impl.cc
|
| index bd4665209a6b3643459c1a6c28a90375defc4e83..95dcf2fa31fa5a638f9c8489558e8fbdc3e317ff 100644
|
| --- a/net/socket/client_socket_pool_manager_impl.cc
|
| +++ b/net/socket/client_socket_pool_manager_impl.cc
|
| @@ -6,12 +6,12 @@
|
|
|
| #include "base/logging.h"
|
| #include "base/values.h"
|
| -#include "net/base/ssl_config_service.h"
|
| -#include "net/http/http_proxy_client_socket_pool.h"
|
| #include "net/http/http_network_session.h"
|
| +#include "net/http/http_proxy_client_socket_pool.h"
|
| #include "net/socket/socks_client_socket_pool.h"
|
| #include "net/socket/ssl_client_socket_pool.h"
|
| #include "net/socket/transport_client_socket_pool.h"
|
| +#include "net/ssl/ssl_config_service.h"
|
|
|
| namespace net {
|
|
|
|
|