| Index: net/quic/chromium/quic_http_stream.h
|
| diff --git a/net/quic/chromium/quic_http_stream.h b/net/quic/chromium/quic_http_stream.h
|
| index ca36241d918c5b0480370b59fd644664ae0ffd6a..df61ef52c4672d8fb6d3a751e4226e62fb545e63 100644
|
| --- a/net/quic/chromium/quic_http_stream.h
|
| +++ b/net/quic/chromium/quic_http_stream.h
|
| @@ -159,7 +159,7 @@ class NET_EXPORT_PRIVATE QuicHttpStream
|
| QuicVersion quic_version_;
|
| int session_error_; // Error code from the connection shutdown.
|
| bool was_handshake_confirmed_; // True if the crypto handshake succeeded.
|
| - QuicChromiumClientSession::StreamRequest stream_request_;
|
| + std::unique_ptr<QuicChromiumClientSession::StreamRequest> stream_request_;
|
| QuicChromiumClientStream* stream_; // Non-owning.
|
|
|
| // The following three fields are all owned by the caller and must
|
|
|