Index: net/http/http_stream_factory_impl_request.h |
diff --git a/net/http/http_stream_factory_impl_request.h b/net/http/http_stream_factory_impl_request.h |
index 3d3b2c8bd633b7c762acca271f14c28ba59eef2b..22c8ff2d485bedabb520b86e176e866229660de0 100644 |
--- a/net/http/http_stream_factory_impl_request.h |
+++ b/net/http/http_stream_factory_impl_request.h |
@@ -16,6 +16,7 @@ |
namespace net { |
class ClientSocketHandle; |
+class HttpStream; |
class SpdySession; |
class HttpStreamFactoryImpl::Request : public HttpStreamRequest { |
@@ -64,6 +65,7 @@ class HttpStreamFactoryImpl::Request : public HttpStreamRequest { |
// Called by an attached Job if it sets up a SpdySession. |
void OnNewSpdySessionReady(Job* job, |
+ scoped_ptr<HttpStream> stream, |
const base::WeakPtr<SpdySession>& spdy_session, |
bool direct); |