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

Unified Diff: net/udp/udp_socket_win.h

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.h
diff --git a/net/udp/udp_socket_win.h b/net/udp/udp_socket_win.h
index c4ef41293d81dd76d473d61f52cb95d9cd909f7a..59eee4d2e47d2b9d4d7c10769bad4b91b03f84bf 100644
--- a/net/udp/udp_socket_win.h
+++ b/net/udp/udp_socket_win.h
@@ -134,7 +134,7 @@ class NET_EXPORT UDPSocketWin
// Returns true if the socket is already connected or bound.
bool is_connected() const { return is_connected_; }
- const BoundNetLog& NetLog() const { return net_log_; }
+ const NetLogWithSource& NetLog() const { return net_log_; }
// Sets corresponding flags in |socket_options_| to allow the socket
// to share the local address to which the socket will be bound with
@@ -317,7 +317,7 @@ class NET_EXPORT UDPSocketWin
// External callback; called when write is complete.
CompletionCallback write_callback_;
- BoundNetLog net_log_;
+ NetLogWithSource net_log_;
// QWAVE data. Used to set DSCP bits on outgoing packets.
HANDLE qos_handle_;

Powered by Google App Engine
This is Rietveld 408576698