| 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 22c8ff2d485bedabb520b86e176e866229660de0..3d3b2c8bd633b7c762acca271f14c28ba59eef2b 100644
|
| --- a/net/http/http_stream_factory_impl_request.h
|
| +++ b/net/http/http_stream_factory_impl_request.h
|
| @@ -16,7 +16,6 @@
|
| namespace net {
|
|
|
| class ClientSocketHandle;
|
| -class HttpStream;
|
| class SpdySession;
|
|
|
| class HttpStreamFactoryImpl::Request : public HttpStreamRequest {
|
| @@ -65,7 +64,6 @@
|
|
|
| // 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);
|
|
|
|
|