| Index: net/quic/quic_http_stream.h
|
| diff --git a/net/quic/quic_http_stream.h b/net/quic/quic_http_stream.h
|
| index a3dd962369727473071a76f91c976a38a65a071a..8e0853cbf6ae523493fc442469c74573013df4b0 100644
|
| --- a/net/quic/quic_http_stream.h
|
| +++ b/net/quic/quic_http_stream.h
|
| @@ -138,6 +138,8 @@ class NET_EXPORT_PRIVATE QuicHttpStream :
|
| // Wraps raw_request_body_buf_ to read the remaining data progressively.
|
| scoped_refptr<DrainableIOBuffer> request_body_buf_;
|
|
|
| + BoundNetLog stream_net_log_;
|
| +
|
| base::WeakPtrFactory<QuicHttpStream> weak_factory_;
|
| };
|
|
|
|
|