commit | 6b44abf85be940e6acf5cf3e900a4d36f0d05e96 | [log] [tgz] |
---|---|---|
author | Bence Béky <[email protected]> | Wed Apr 11 10:32:51 2018 |
committer | Commit Bot <[email protected]> | Wed Apr 11 10:32:51 2018 |
tree | 01196a50ed7cf47c77fbb6e6e5d4feea7f62c64a | |
parent | 1bb6ae561585af7dc20bba7e7ec43a54245dde20 [diff] [blame] |
Remove HttpStreamRequest interface. Remove HttpStreamRequest interface, and rename HttpStreamFactoryImpl::Request to HttpStreamRequest. Bug: 829429 Change-Id: Iaff3b5e5ee73d85185914b6713d68243acb98a54 Reviewed-on: https://chromium-review.googlesource.com/998541 Reviewed-by: Varun Khaneja <[email protected]> Reviewed-by: David Vallet <[email protected]> Reviewed-by: Ryan Hamilton <[email protected]> Commit-Queue: Bence Béky <[email protected]> Cr-Commit-Position: refs/heads/master@{#549848}
diff --git a/net/http/http_network_transaction.h b/net/http/http_network_transaction.h index a2306c1..9f3e95e 100644 --- a/net/http/http_network_transaction.h +++ b/net/http/http_network_transaction.h
@@ -22,6 +22,7 @@ #include "net/http/http_request_headers.h" #include "net/http/http_response_info.h" #include "net/http/http_stream_factory.h" +#include "net/http/http_stream_request.h" #include "net/http/http_transaction.h" #include "net/log/net_log_with_source.h" #include "net/proxy_resolution/proxy_resolution_service.h" @@ -40,7 +41,6 @@ class HttpAuthController; class HttpNetworkSession; class HttpStream; -class HttpStreamRequest; class IOBuffer; class ProxyInfo; class SSLPrivateKey;