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

Unified Diff: net/udp/udp_client_socket.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_client_socket.cc
diff --git a/net/udp/udp_client_socket.cc b/net/udp/udp_client_socket.cc
index 1856b281eb6e6316d5a3d59da6c51badbe36f8ea..5cb95519e6f6cac0706a5b0ee50c05c522b92351 100644
--- a/net/udp/udp_client_socket.cc
+++ b/net/udp/udp_client_socket.cc
@@ -113,7 +113,7 @@ int UDPClientSocket::SetDoNotFragment() {
return socket_.SetDoNotFragment();
}
-const BoundNetLog& UDPClientSocket::NetLog() const {
+const NetLogWithSource& UDPClientSocket::NetLog() const {
return socket_.NetLog();
}

Powered by Google App Engine
This is Rietveld 408576698