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

Unified Diff: net/quic/chromium/quic_http_stream.cc

Issue 2351513002: net: rename BoundNetLog to NetLogWithSource (Closed)
Patch Set: REBASE 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_http_stream.cc
diff --git a/net/quic/chromium/quic_http_stream.cc b/net/quic/chromium/quic_http_stream.cc
index 9dd318153176756442f1df2ad1dc258ec6400ac5..5cdca58e0e8c79bce4f62319654b5efbe67656f7 100644
--- a/net/quic/chromium/quic_http_stream.cc
+++ b/net/quic/chromium/quic_http_stream.cc
@@ -128,7 +128,7 @@ void QuicHttpStream::OnRendezvousResult(QuicSpdyStream* stream) {
int QuicHttpStream::InitializeStream(const HttpRequestInfo* request_info,
RequestPriority priority,
- const BoundNetLog& stream_net_log,
+ const NetLogWithSource& stream_net_log,
const CompletionCallback& callback) {
CHECK(callback_.is_null());
DCHECK(!stream_);

Powered by Google App Engine
This is Rietveld 408576698