summaryrefslogtreecommitdiffstats
path: root/net/proxy
diff options
context:
space:
mode:
Diffstat (limited to 'net/proxy')
-rw-r--r--net/proxy/proxy_config_service_mac.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/proxy/proxy_config_service_mac.cc b/net/proxy/proxy_config_service_mac.cc
index 013fb12..7b5e797 100644
--- a/net/proxy/proxy_config_service_mac.cc
+++ b/net/proxy/proxy_config_service_mac.cc
@@ -205,7 +205,7 @@ ProxyConfigServiceMac::ProxyConfigServiceMac(
has_fetched_config_(false),
helper_(new Helper(this)),
io_thread_task_runner_(io_thread_task_runner) {
- DCHECK(io_thread_task_runner_);
+ DCHECK(io_thread_task_runner_.get());
config_watcher_.reset(new NetworkConfigWatcherMac(&forwarder_));
}