| Index: net/spdy/spdy_stream.h
|
| diff --git a/net/spdy/spdy_stream.h b/net/spdy/spdy_stream.h
|
| index ee3cec588719e8847fa7bdfd8e17385d6435ca31..8a252f47388eb05fdadcdbbf716dad09e0f9cd7b 100644
|
| --- a/net/spdy/spdy_stream.h
|
| +++ b/net/spdy/spdy_stream.h
|
| @@ -173,7 +173,7 @@ class NET_EXPORT_PRIVATE SpdyStream {
|
| RequestPriority priority,
|
| int32_t initial_send_window_size,
|
| int32_t max_recv_window_size,
|
| - const BoundNetLog& net_log);
|
| + const NetLogWithSource& net_log);
|
|
|
| ~SpdyStream();
|
|
|
| @@ -287,7 +287,7 @@ class NET_EXPORT_PRIVATE SpdyStream {
|
| // writes.
|
| bool WasEverUsed() const;
|
|
|
| - const BoundNetLog& net_log() const { return net_log_; }
|
| + const NetLogWithSource& net_log() const { return net_log_; }
|
|
|
| base::Time GetRequestTime() const;
|
| void SetRequestTime(base::Time t);
|
| @@ -547,7 +547,7 @@ class NET_EXPORT_PRIVATE SpdyStream {
|
| // Not valid until the stream is closed.
|
| int response_status_;
|
|
|
| - BoundNetLog net_log_;
|
| + NetLogWithSource net_log_;
|
|
|
| base::TimeTicks send_time_;
|
| base::TimeTicks recv_first_byte_time_;
|
|
|