| Index: net/spdy/spdy_http_stream.cc
|
| diff --git a/net/spdy/spdy_http_stream.cc b/net/spdy/spdy_http_stream.cc
|
| index 98e756c040a44a26635bec4551f01c82d86218ae..1e7afc7178ff5af11d612507f8db317295f6d8f1 100644
|
| --- a/net/spdy/spdy_http_stream.cc
|
| +++ b/net/spdy/spdy_http_stream.cc
|
| @@ -39,7 +39,7 @@ SpdyHttpStream::SpdyHttpStream(SpdySession* spdy_session, bool direct)
|
| buffered_read_callback_pending_(false),
|
| more_read_data_pending_(false),
|
| direct_(direct) {
|
| - DCHECK(spdy_session_);
|
| + DCHECK(spdy_session_.get());
|
| }
|
|
|
| SpdyHttpStream::~SpdyHttpStream() {
|
|
|