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

Unified Diff: net/udp/fuzzed_datagram_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/fuzzed_datagram_client_socket.cc
diff --git a/net/udp/fuzzed_datagram_client_socket.cc b/net/udp/fuzzed_datagram_client_socket.cc
index e1dbcc2c30241b5cac7eae7122ff15d0be1f5f66..0f9eaef0a7fcf742891e2c6875a171ecca6e0a08 100644
--- a/net/udp/fuzzed_datagram_client_socket.cc
+++ b/net/udp/fuzzed_datagram_client_socket.cc
@@ -88,7 +88,7 @@ int FuzzedDatagramClientSocket::GetLocalAddress(IPEndPoint* address) const {
void FuzzedDatagramClientSocket::UseNonBlockingIO() {}
-const BoundNetLog& FuzzedDatagramClientSocket::NetLog() const {
+const NetLogWithSource& FuzzedDatagramClientSocket::NetLog() const {
return net_log_;
}

Powered by Google App Engine
This is Rietveld 408576698