| Index: net/spdy/spdy_http_stream_unittest.cc
|
| diff --git a/net/spdy/spdy_http_stream_unittest.cc b/net/spdy/spdy_http_stream_unittest.cc
|
| index 5f1474edec483ca4a0ccfa22c83c853332605a65..7d2130933c2c463c0eaf82f08ae4c9415fef4612 100644
|
| --- a/net/spdy/spdy_http_stream_unittest.cc
|
| +++ b/net/spdy/spdy_http_stream_unittest.cc
|
| @@ -151,7 +151,7 @@ TEST_F(SpdyHttpStreamTest, SendChunkedPost) {
|
|
|
| // http_stream.SendRequest() will take ownership of upload_stream.
|
| UploadDataStream* upload_stream = new UploadDataStream(request.upload_data);
|
| - ASSERT_EQ(OK, upload_stream->Init());
|
| + ASSERT_EQ(OK, upload_stream->InitSync());
|
| EXPECT_EQ(ERR_IO_PENDING, http_stream.SendRequest(
|
| headers, upload_stream, &response, callback.callback()));
|
| EXPECT_TRUE(http_session_->spdy_session_pool()->HasSession(pair));
|
|
|