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

Unified Diff: net/quic/chromium/quic_chromium_packet_reader.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/quic/chromium/quic_chromium_packet_reader.cc
diff --git a/net/quic/chromium/quic_chromium_packet_reader.cc b/net/quic/chromium/quic_chromium_packet_reader.cc
index c89ed25f298be81b77d120a0f57ce93b9a326b4a..1c5d660ed0efeae25bb32871b730f62530b37f87 100644
--- a/net/quic/chromium/quic_chromium_packet_reader.cc
+++ b/net/quic/chromium/quic_chromium_packet_reader.cc
@@ -19,7 +19,7 @@ QuicChromiumPacketReader::QuicChromiumPacketReader(
Visitor* visitor,
int yield_after_packets,
QuicTime::Delta yield_after_duration,
- const BoundNetLog& net_log)
+ const NetLogWithSource& net_log)
: socket_(socket),
visitor_(visitor),
read_pending_(false),

Powered by Google App Engine
This is Rietveld 408576698