| Index: net/proxy/dhcp_proxy_script_fetcher_factory.h
|
| diff --git a/net/proxy/dhcp_proxy_script_fetcher_factory.h b/net/proxy/dhcp_proxy_script_fetcher_factory.h
|
| index f234a734a505ea668e02d6d58ecc3968fb5e6a4f..5f67dc6e3cb91abbf30e6906ca027dbad6a489bc 100644
|
| --- a/net/proxy/dhcp_proxy_script_fetcher_factory.h
|
| +++ b/net/proxy/dhcp_proxy_script_fetcher_factory.h
|
| @@ -10,11 +10,11 @@
|
| #include "base/memory/singleton.h"
|
| #include "net/base/completion_callback.h"
|
| #include "net/base/net_export.h"
|
| -#include "net/url_request/url_request_context.h"
|
|
|
| namespace net {
|
|
|
| class DhcpProxyScriptFetcher;
|
| +class URLRequestContext;
|
|
|
| // Factory object for creating the appropriate concrete base class of
|
| // DhcpProxyScriptFetcher for your operating system and settings.
|
|
|