Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1236)

Unified Diff: net/udp/udp_socket_posix.cc

Issue 2351513002: net: rename BoundNetLog to NetLogWithSource (Closed)
Patch Set: one more fix, content bound_net_log_ Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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());

Powered by Google App Engine
This is Rietveld 408576698