| Index: net/spdy/spdy_stream_test_util.cc
|
| diff --git a/net/spdy/spdy_stream_test_util.cc b/net/spdy/spdy_stream_test_util.cc
|
| index e2144aece022f25434066f75320daf0a17da9faf..0194072eb9772c0c5446386d97030d81731074a0 100644
|
| --- a/net/spdy/spdy_stream_test_util.cc
|
| +++ b/net/spdy/spdy_stream_test_util.cc
|
| @@ -54,7 +54,7 @@ int TestSpdyStreamDelegate::OnResponseReceived(const SpdyHeaderBlock& response,
|
| EXPECT_EQ(ERR_IO_PENDING,
|
| stream_->WriteHeaders(headers_.release()));
|
| }
|
| - if (buf_) {
|
| + if (buf_.get()) {
|
| EXPECT_EQ(ERR_IO_PENDING,
|
| stream_->WriteStreamData(buf_.get(), buf_->size(),
|
| DATA_FLAG_NONE));
|
|
|