| Index: net/udp/udp_server_socket.h
|
| diff --git a/net/udp/udp_server_socket.h b/net/udp/udp_server_socket.h
|
| index 3f7032bc0b95afc40a2e770a9ba975a70535309c..df9c85c0a0d9de05db5ec49dc6aec192cd57c27a 100644
|
| --- a/net/udp/udp_server_socket.h
|
| +++ b/net/udp/udp_server_socket.h
|
| @@ -16,7 +16,7 @@ namespace net {
|
|
|
| class IPAddress;
|
| class IPEndPoint;
|
| -class BoundNetLog;
|
| +class NetLogWithSource;
|
|
|
| // A client socket that uses UDP as the transport layer.
|
| class NET_EXPORT UDPServerSocket : public DatagramServerSocket {
|
| @@ -41,7 +41,7 @@ class NET_EXPORT UDPServerSocket : public DatagramServerSocket {
|
| int GetPeerAddress(IPEndPoint* address) const override;
|
| int GetLocalAddress(IPEndPoint* address) const override;
|
| void UseNonBlockingIO() override;
|
| - const BoundNetLog& NetLog() const override;
|
| + const NetLogWithSource& NetLog() const override;
|
| void AllowAddressReuse() override;
|
| void AllowBroadcast() override;
|
| int JoinGroup(const IPAddress& group_address) const override;
|
|
|