| Index: net/spdy/spdy_stream_unittest.cc
|
| diff --git a/net/spdy/spdy_stream_unittest.cc b/net/spdy/spdy_stream_unittest.cc
|
| index 4ebe693d99371e4ddb3417bf7b051c7545d6f2cb..bb47dcebfa510ea1fe078d44982fbed76343ead2 100644
|
| --- a/net/spdy/spdy_stream_unittest.cc
|
| +++ b/net/spdy/spdy_stream_unittest.cc
|
| @@ -196,7 +196,8 @@ TEST_F(SpdyStreamTest, SendDataAfterOpen) {
|
| scoped_refptr<SpdyStream> stream;
|
| ASSERT_EQ(
|
| OK,
|
| - session->CreateStream(url, LOWEST, &stream, BoundNetLog(), NULL));
|
| + session->CreateStream(url, LOWEST, &stream, BoundNetLog(),
|
| + CompletionCallback()));
|
| scoped_refptr<IOBufferWithSize> buf(new IOBufferWithSize(8));
|
| memcpy(buf->data(), "\0hello!\xff", 8);
|
| TestOldCompletionCallback callback;
|
|
|