summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_script_fetcher_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/proxy/proxy_script_fetcher_unittest.cc')
-rw-r--r--net/proxy/proxy_script_fetcher_unittest.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/proxy/proxy_script_fetcher_unittest.cc b/net/proxy/proxy_script_fetcher_unittest.cc
index ad28c10..ff78e33 100644
--- a/net/proxy/proxy_script_fetcher_unittest.cc
+++ b/net/proxy/proxy_script_fetcher_unittest.cc
@@ -41,6 +41,8 @@ class RequestContext : public URLRequestContext {
host_resolver_, proxy_service_, ssl_config_service_),
disk_cache::CreateInMemoryCacheBackend(0));
}
+
+ private:
~RequestContext() {
delete http_transaction_factory_;
}