| Index: net/socket/websocket_transport_connect_sub_job.h
|
| diff --git a/net/socket/websocket_transport_connect_sub_job.h b/net/socket/websocket_transport_connect_sub_job.h
|
| index f7ff53393c2dd0e573460107ae3980b2a94a865b..05e88a74691570095e0406f48f50bcd83ad550d0 100644
|
| --- a/net/socket/websocket_transport_connect_sub_job.h
|
| +++ b/net/socket/websocket_transport_connect_sub_job.h
|
| @@ -19,7 +19,7 @@
|
|
|
| namespace net {
|
|
|
| -class BoundNetLog;
|
| +class NetLogWithSource;
|
| class ClientSocketFactory;
|
| class IPEndPoint;
|
| class StreamSocket;
|
| @@ -67,7 +67,7 @@ class WebSocketTransportConnectSubJob
|
|
|
| ClientSocketFactory* client_socket_factory() const;
|
|
|
| - const BoundNetLog& net_log() const;
|
| + const NetLogWithSource& net_log() const;
|
|
|
| const IPEndPoint& CurrentAddress() const;
|
|
|
|
|