summaryrefslogtreecommitdiffstats
path: root/net/proxy
diff options
context:
space:
mode:
authordcheng <dcheng@chromium.org>2016-03-25 17:16:27 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-26 00:18:02 +0000
commitdb5935f15f750739a5937e60e26b2ede16ba803d (patch)
treef062a6291a3bb2e4be4cf3b97cbde5a2dbff6e2f /net/proxy
parent3bdd5635f4dba38c3035fe992039a833988e147b (diff)
downloadchromium_src-db5935f15f750739a5937e60e26b2ede16ba803d.zip
chromium_src-db5935f15f750739a5937e60e26b2ede16ba803d.tar.gz
chromium_src-db5935f15f750739a5937e60e26b2ede16ba803d.tar.bz2
Move base::FreeDeleter into its own header.
Final blocker to wholly deleting base/memory/scoped_ptr.h. BUG=554298 Review URL: https://codereview.chromium.org/1837483003 Cr-Commit-Position: refs/heads/master@{#383417}
Diffstat (limited to 'net/proxy')
-rw-r--r--net/proxy/dhcp_proxy_script_adapter_fetcher_win.cc1
-rw-r--r--net/proxy/dhcp_proxy_script_fetcher_win.cc1
2 files changed, 2 insertions, 0 deletions
diff --git a/net/proxy/dhcp_proxy_script_adapter_fetcher_win.cc b/net/proxy/dhcp_proxy_script_adapter_fetcher_win.cc
index 23c02df..32e8ad4 100644
--- a/net/proxy/dhcp_proxy_script_adapter_fetcher_win.cc
+++ b/net/proxy/dhcp_proxy_script_adapter_fetcher_win.cc
@@ -8,6 +8,7 @@
#include "base/bind_helpers.h"
#include "base/location.h"
#include "base/logging.h"
+#include "base/memory/free_deleter.h"
#include "base/strings/string_util.h"
#include "base/strings/sys_string_conversions.h"
#include "base/task_runner.h"
diff --git a/net/proxy/dhcp_proxy_script_fetcher_win.cc b/net/proxy/dhcp_proxy_script_fetcher_win.cc
index 263b50f..03a6c6f 100644
--- a/net/proxy/dhcp_proxy_script_fetcher_win.cc
+++ b/net/proxy/dhcp_proxy_script_fetcher_win.cc
@@ -8,6 +8,7 @@
#include "base/bind.h"
#include "base/bind_helpers.h"
+#include "base/memory/free_deleter.h"
#include "base/memory/scoped_ptr.h"
#include "base/profiler/scoped_tracker.h"
#include "base/threading/sequenced_worker_pool.h"