| Index: net/proxy/dhcp_proxy_script_adapter_fetcher_win.cc
|
| diff --git a/net/proxy/dhcp_proxy_script_adapter_fetcher_win.cc b/net/proxy/dhcp_proxy_script_adapter_fetcher_win.cc
|
| index 660b49f243fe83170f864f45e36a294cf036b574..c7fb2e03c006254b91594816b17eea04fb3b61ec 100644
|
| --- a/net/proxy/dhcp_proxy_script_adapter_fetcher_win.cc
|
| +++ b/net/proxy/dhcp_proxy_script_adapter_fetcher_win.cc
|
| @@ -6,6 +6,7 @@
|
|
|
| #include "base/bind.h"
|
| #include "base/bind_helpers.h"
|
| +#include "base/logging.h"
|
| #include "base/message_loop_proxy.h"
|
| #include "base/metrics/histogram.h"
|
| #include "base/sys_string_conversions.h"
|
| @@ -35,6 +36,7 @@ DhcpProxyScriptAdapterFetcher::DhcpProxyScriptAdapterFetcher(
|
| : state_(STATE_START),
|
| result_(ERR_IO_PENDING),
|
| url_request_context_(url_request_context) {
|
| + DCHECK(url_request_context_);
|
| }
|
|
|
| DhcpProxyScriptAdapterFetcher::~DhcpProxyScriptAdapterFetcher() {
|
|
|