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

Unified Diff: net/spdy/spdy_stream.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/spdy/spdy_stream.cc
diff --git a/net/spdy/spdy_stream.cc b/net/spdy/spdy_stream.cc
index 4d060b77a68ec36903c894b00264ae5fb79d1c1a..fecb0e3779083a94211b8e1aeaaa2068fc5f5a99 100644
--- a/net/spdy/spdy_stream.cc
+++ b/net/spdy/spdy_stream.cc
@@ -89,7 +89,7 @@ SpdyStream::SpdyStream(SpdyStreamType type,
RequestPriority priority,
int32_t initial_send_window_size,
int32_t max_recv_window_size,
- const BoundNetLog& net_log)
+ const NetLogWithSource& net_log)
: type_(type),
stream_id_(0),
url_(url),

Powered by Google App Engine
This is Rietveld 408576698