Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(600)

Unified Diff: net/spdy/spdy_stream_unittest.cc

Issue 8990001: base::Bind: Convert most of net/http. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clang. Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698