| Index: net/udp/udp_socket_posix.cc
|
| diff --git a/net/udp/udp_socket_posix.cc b/net/udp/udp_socket_posix.cc
|
| index 34763f48a3db3c000cd2cfe8df1526370a9aacf1..296b540ea2a6bdb7207c7b2033a747bcfaa59822 100644
|
| --- a/net/udp/udp_socket_posix.cc
|
| +++ b/net/udp/udp_socket_posix.cc
|
| @@ -90,7 +90,7 @@ UDPSocketPosix::UDPSocketPosix(DatagramSocket::BindType bind_type,
|
| read_buf_len_(0),
|
| recv_from_address_(NULL),
|
| write_buf_len_(0),
|
| - net_log_(BoundNetLog::Make(net_log, NetLogSourceType::UDP_SOCKET)),
|
| + net_log_(NetLogWithSource::Make(net_log, NetLogSourceType::UDP_SOCKET)),
|
| bound_network_(NetworkChangeNotifier::kInvalidNetworkHandle) {
|
| net_log_.BeginEvent(NetLogEventType::SOCKET_ALIVE,
|
| source.ToEventParametersCallback());
|
|
|