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

Unified Diff: net/udp/datagram_socket.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/datagram_socket.h
diff --git a/net/udp/datagram_socket.h b/net/udp/datagram_socket.h
index 19936979f4157706bdf3f1a5a2505e8d7edba0ed..13858a0b063c9d9bab24bae7158c82980dafda0f 100644
--- a/net/udp/datagram_socket.h
+++ b/net/udp/datagram_socket.h
@@ -9,7 +9,7 @@
namespace net {
-class BoundNetLog;
+class NetLogWithSource;
class IPEndPoint;
// A datagram socket is an interface to a protocol which exchanges
@@ -46,7 +46,7 @@ class NET_EXPORT_PRIVATE DatagramSocket {
virtual int SetDoNotFragment() = 0;
// Gets the NetLog for this socket.
- virtual const BoundNetLog& NetLog() const = 0;
+ virtual const NetLogWithSource& NetLog() const = 0;
};
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698