| Index: net/udp/udp_client_socket.h
|
| diff --git a/net/udp/udp_client_socket.h b/net/udp/udp_client_socket.h
|
| index ed00863fbf7345eb6ce6377154bf5a810366bba2..6381d3382655c19e16fd828571032b9582c3b193 100644
|
| --- a/net/udp/udp_client_socket.h
|
| +++ b/net/udp/udp_client_socket.h
|
| @@ -15,7 +15,7 @@
|
|
|
| namespace net {
|
|
|
| -class BoundNetLog;
|
| +class NetLogWithSource;
|
|
|
| // A client socket that uses UDP as the transport layer.
|
| class NET_EXPORT_PRIVATE UDPClientSocket : public DatagramClientSocket {
|
| @@ -45,7 +45,7 @@ class NET_EXPORT_PRIVATE UDPClientSocket : public DatagramClientSocket {
|
| int SetReceiveBufferSize(int32_t size) override;
|
| int SetSendBufferSize(int32_t size) override;
|
| int SetDoNotFragment() override;
|
| - const BoundNetLog& NetLog() const override;
|
| + const NetLogWithSource& NetLog() const override;
|
|
|
| // Switch to use non-blocking IO. Must be called right after construction and
|
| // before other calls.
|
|
|