| Index: net/udp/datagram_socket.h
|
| diff --git a/net/udp/datagram_socket.h b/net/udp/datagram_socket.h
|
| index 19936979f4157706bdf3f1a5a2505e8d7edba0ed..13858a0b063c9d9bab24bae7158c82980dafda0f 100644
|
| --- a/net/udp/datagram_socket.h
|
| +++ b/net/udp/datagram_socket.h
|
| @@ -9,7 +9,7 @@
|
|
|
| namespace net {
|
|
|
| -class BoundNetLog;
|
| +class NetLogWithSource;
|
| class IPEndPoint;
|
|
|
| // A datagram socket is an interface to a protocol which exchanges
|
| @@ -46,7 +46,7 @@ class NET_EXPORT_PRIVATE DatagramSocket {
|
| virtual int SetDoNotFragment() = 0;
|
|
|
| // Gets the NetLog for this socket.
|
| - virtual const BoundNetLog& NetLog() const = 0;
|
| + virtual const NetLogWithSource& NetLog() const = 0;
|
| };
|
|
|
| } // namespace net
|
|
|