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

Unified Diff: net/udp/udp_socket_win.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_win.cc
diff --git a/net/udp/udp_socket_win.cc b/net/udp/udp_socket_win.cc
index 5b4ae145d37f9f9817f2786e81933f2556771c4c..3a007747cfa580ce2134795157cc5b1a36e89bd9 100644
--- a/net/udp/udp_socket_win.cc
+++ b/net/udp/udp_socket_win.cc
@@ -257,7 +257,7 @@ UDPSocketWin::UDPSocketWin(DatagramSocket::BindType bind_type,
read_iobuffer_len_(0),
write_iobuffer_len_(0),
recv_from_address_(NULL),
- net_log_(BoundNetLog::Make(net_log, NetLogSourceType::UDP_SOCKET)),
+ net_log_(NetLogWithSource::Make(net_log, NetLogSourceType::UDP_SOCKET)),
qos_handle_(NULL),
qos_flow_id_(0) {
EnsureWinsockInit();

Powered by Google App Engine
This is Rietveld 408576698