| Index: net/socket/ssl_client_socket_pool.cc
|
| diff --git a/net/socket/ssl_client_socket_pool.cc b/net/socket/ssl_client_socket_pool.cc
|
| index 242a009f4fd76ad3d5e6c049e8589c0854db6905..3a7d0541ad0eac2de43456efc546e9258d66f008 100644
|
| --- a/net/socket/ssl_client_socket_pool.cc
|
| +++ b/net/socket/ssl_client_socket_pool.cc
|
| @@ -18,6 +18,7 @@
|
| #include "net/base/net_errors.h"
|
| #include "net/http/http_proxy_client_socket.h"
|
| #include "net/http/http_proxy_client_socket_pool.h"
|
| +#include "net/log/net_log_source_type.h"
|
| #include "net/socket/client_socket_factory.h"
|
| #include "net/socket/client_socket_handle.h"
|
| #include "net/socket/socks_client_socket_pool.h"
|
| @@ -109,7 +110,7 @@ SSLConnectJob::SSLConnectJob(const std::string& group_name,
|
| priority,
|
| respect_limits,
|
| delegate,
|
| - BoundNetLog::Make(net_log, NetLog::SOURCE_CONNECT_JOB)),
|
| + BoundNetLog::Make(net_log, NetLogSourceType::CONNECT_JOB)),
|
| params_(params),
|
| transport_pool_(transport_pool),
|
| socks_pool_(socks_pool),
|
|
|