| Index: net/http/http_proxy_client_socket_pool.cc
|
| diff --git a/net/http/http_proxy_client_socket_pool.cc b/net/http/http_proxy_client_socket_pool.cc
|
| index 11bf04d0935385fe6b4f5e91357e2419298cd824..56bd1693962f98eb361ceffe6e8fc720887caf54 100644
|
| --- a/net/http/http_proxy_client_socket_pool.cc
|
| +++ b/net/http/http_proxy_client_socket_pool.cc
|
| @@ -15,6 +15,7 @@
|
| #include "net/base/proxy_delegate.h"
|
| #include "net/http/http_network_session.h"
|
| #include "net/http/http_proxy_client_socket_wrapper.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/client_socket_pool_base.h"
|
| @@ -88,7 +89,7 @@ HttpProxyConnectJob::HttpProxyConnectJob(
|
| priority,
|
| respect_limits,
|
| delegate,
|
| - BoundNetLog::Make(net_log, NetLog::SOURCE_CONNECT_JOB)),
|
| + BoundNetLog::Make(net_log, NetLogSourceType::CONNECT_JOB)),
|
| client_socket_(new HttpProxyClientSocketWrapper(
|
| group_name,
|
| priority,
|
|
|