| Index: net/http/http_stream_factory.h
|
| diff --git a/net/http/http_stream_factory.h b/net/http/http_stream_factory.h
|
| index 7a094f6613b3a9139a0a440125fbeb6de3e75f8e..c4a95798cc5726ee0374e5c9fbf73cb3447b3f6c 100644
|
| --- a/net/http/http_stream_factory.h
|
| +++ b/net/http/http_stream_factory.h
|
| @@ -22,23 +22,15 @@
|
| // introduce any link dependency to net/websockets.
|
| #include "net/websockets/websocket_handshake_stream_base.h"
|
|
|
| -class GURL;
|
| -
|
| -namespace base {
|
| -class Value;
|
| -}
|
| -
|
| namespace net {
|
|
|
| class AuthCredentials;
|
| class BidirectionalStreamImpl;
|
| class HostMappingRules;
|
| -class HostPortPair;
|
| class HttpAuthController;
|
| class HttpNetworkSession;
|
| class HttpResponseHeaders;
|
| class HttpResponseInfo;
|
| -class HttpServerProperties;
|
| class HttpStream;
|
| class NetLogWithSource;
|
| class ProxyInfo;
|
|
|