| Index: net/spdy/spdy_session_pool_unittest.cc
|
| diff --git a/net/spdy/spdy_session_pool_unittest.cc b/net/spdy/spdy_session_pool_unittest.cc
|
| index cbd41c2707c81e0b1119210a267030bb75a9b662..4d34869fcf5c1c1f3be127edc64473c46a331586 100644
|
| --- a/net/spdy/spdy_session_pool_unittest.cc
|
| +++ b/net/spdy/spdy_session_pool_unittest.cc
|
| @@ -526,7 +526,7 @@ TEST_P(SpdySessionPoolTest, IPAddressChanged) {
|
| MockRead reads[] = {
|
| MockRead(SYNCHRONOUS, ERR_IO_PENDING) // Stall forever.
|
| };
|
| - scoped_ptr<SpdyFrame> req(
|
| + scoped_ptr<SpdySerializedFrame> req(
|
| spdy_util.ConstructSpdyGet("http://www.a.com", 1, MEDIUM));
|
| MockWrite writes[] = {CreateMockWrite(*req, 1)};
|
|
|
|
|