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

Unified Diff: net/udp/fuzzed_datagram_client_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/fuzzed_datagram_client_socket.h
diff --git a/net/udp/fuzzed_datagram_client_socket.h b/net/udp/fuzzed_datagram_client_socket.h
index f42aa88be7fdab305de1dd41517af64ac8a139a5..7a674afac56f21526bf11dd247ca2c6f1fe24cb0 100644
--- a/net/udp/fuzzed_datagram_client_socket.h
+++ b/net/udp/fuzzed_datagram_client_socket.h
@@ -44,7 +44,7 @@ class FuzzedDatagramClientSocket : public DatagramClientSocket {
int GetPeerAddress(IPEndPoint* address) const override;
int GetLocalAddress(IPEndPoint* address) const override;
void UseNonBlockingIO() override;
- const BoundNetLog& NetLog() const override;
+ const NetLogWithSource& NetLog() const override;
// Socket implementation:
int Read(IOBuffer* buf,
@@ -67,7 +67,7 @@ class FuzzedDatagramClientSocket : public DatagramClientSocket {
bool read_pending_ = false;
bool write_pending_ = false;
- BoundNetLog net_log_;
+ NetLogWithSource net_log_;
IPEndPoint remote_address_;

Powered by Google App Engine
This is Rietveld 408576698