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

Unified Diff: net/quic/chromium/quic_connection_logger.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_connection_logger.h
diff --git a/net/quic/chromium/quic_connection_logger.h b/net/quic/chromium/quic_connection_logger.h
index c117437dcb19fed021139f840717b80a65471f93..1b287aba7508d78b2cc37193482f1fadc41f5747 100644
--- a/net/quic/chromium/quic_connection_logger.h
+++ b/net/quic/chromium/quic_connection_logger.h
@@ -37,7 +37,7 @@ class NET_EXPORT_PRIVATE QuicConnectionLogger
QuicSpdySession* session,
const char* const connection_description,
std::unique_ptr<SocketPerformanceWatcher> socket_performance_watcher,
- const BoundNetLog& net_log);
+ const NetLogWithSource& net_log);
~QuicConnectionLogger() override;
@@ -98,7 +98,7 @@ class NET_EXPORT_PRIVATE QuicConnectionLogger
// the overall packet loss rate, and record it into a histogram.
void RecordAggregatePacketLossRate() const;
- BoundNetLog net_log_;
+ NetLogWithSource net_log_;
QuicSpdySession* session_; // Unowned.
// The last packet number received.
QuicPacketNumber last_received_packet_number_;

Powered by Google App Engine
This is Rietveld 408576698