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

Unified Diff: net/quic/chromium/quic_chromium_packet_reader.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/quic/chromium/quic_chromium_packet_reader.h
diff --git a/net/quic/chromium/quic_chromium_packet_reader.h b/net/quic/chromium/quic_chromium_packet_reader.h
index 4b3a0d7610aeddceb834ed14a88ade990e1089aa..9f820c6d250374796c86db30fb4dc30528b52a2a 100644
--- a/net/quic/chromium/quic_chromium_packet_reader.h
+++ b/net/quic/chromium/quic_chromium_packet_reader.h
@@ -42,7 +42,7 @@ class NET_EXPORT_PRIVATE QuicChromiumPacketReader {
Visitor* visitor,
int yield_after_packets,
QuicTime::Delta yield_after_duration,
- const BoundNetLog& net_log);
+ const NetLogWithSource& net_log);
virtual ~QuicChromiumPacketReader();
// Causes the QuicConnectionHelper to start reading from the socket
@@ -62,7 +62,7 @@ class NET_EXPORT_PRIVATE QuicChromiumPacketReader {
QuicTime::Delta yield_after_duration_;
QuicTime yield_after_;
scoped_refptr<IOBufferWithSize> read_buffer_;
- BoundNetLog net_log_;
+ NetLogWithSource net_log_;
base::WeakPtrFactory<QuicChromiumPacketReader> weak_factory_;

Powered by Google App Engine
This is Rietveld 408576698