| Index: jingle/glue/proxy_resolving_client_socket.h
|
| diff --git a/jingle/glue/proxy_resolving_client_socket.h b/jingle/glue/proxy_resolving_client_socket.h
|
| index 9777ef776ee49ad9d213a31e362734e2839e0168..1ba70d6bb45ae7a91dea205713de2eed874dd511 100644
|
| --- a/jingle/glue/proxy_resolving_client_socket.h
|
| +++ b/jingle/glue/proxy_resolving_client_socket.h
|
| @@ -67,7 +67,7 @@ class ProxyResolvingClientSocket : public net::StreamSocket {
|
| bool IsConnectedAndIdle() const override;
|
| int GetPeerAddress(net::IPEndPoint* address) const override;
|
| int GetLocalAddress(net::IPEndPoint* address) const override;
|
| - const net::BoundNetLog& NetLog() const override;
|
| + const net::NetLogWithSource& NetLog() const override;
|
| void SetSubresourceSpeculation() override;
|
| void SetOmniboxSpeculation() override;
|
| bool WasEverUsed() const override;
|
| @@ -105,7 +105,7 @@ class ProxyResolvingClientSocket : public net::StreamSocket {
|
| const net::HostPortPair dest_host_port_pair_;
|
| const GURL proxy_url_;
|
| bool tried_direct_connect_fallback_;
|
| - net::BoundNetLog bound_net_log_;
|
| + net::NetLogWithSource net_log_;
|
|
|
| // The callback passed to Connect().
|
| net::CompletionCallback user_connect_callback_;
|
|
|