summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_layer.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_network_layer.h')
-rw-r--r--net/http/http_network_layer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/http/http_network_layer.h b/net/http/http_network_layer.h
index db7d0d9..2b89f79 100644
--- a/net/http/http_network_layer.h
+++ b/net/http/http_network_layer.h
@@ -36,16 +36,16 @@
namespace net {
class HttpNetworkSession;
-class HttpProxyInfo;
+class ProxyInfo;
class HttpNetworkLayer : public HttpTransactionFactory {
public:
- explicit HttpNetworkLayer(const HttpProxyInfo* pi);
+ explicit HttpNetworkLayer(const ProxyInfo* pi);
~HttpNetworkLayer();
// This function hides the details of how a network layer gets instantiated
// and allows other implementations to be substituted.
- static HttpTransactionFactory* CreateFactory(const HttpProxyInfo* pi);
+ static HttpTransactionFactory* CreateFactory(const ProxyInfo* pi);
// If value is true, then WinHTTP will be used.
static void UseWinHttp(bool value);