Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(326)

Unified Diff: net/proxy/mojo_proxy_resolver_impl.h

Issue 2391453002: Remove stl_util's deletion functions from net/proxy/. (Closed)
Patch Set: fixes Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/proxy/mojo_proxy_resolver_factory_impl.cc ('k') | net/proxy/mojo_proxy_resolver_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/proxy/mojo_proxy_resolver_impl.h
diff --git a/net/proxy/mojo_proxy_resolver_impl.h b/net/proxy/mojo_proxy_resolver_impl.h
index 9295c499c0cdfc48f179615083e67aa306b6a844..7951b4ab87d911e5d5b685ac695adc6274f08c9e 100644
--- a/net/proxy/mojo_proxy_resolver_impl.h
+++ b/net/proxy/mojo_proxy_resolver_impl.h
@@ -8,7 +8,6 @@
#include <map>
#include <memory>
#include <queue>
-#include <set>
#include "base/macros.h"
#include "base/memory/ref_counted.h"
@@ -36,7 +35,7 @@ class MojoProxyResolverImpl : public interfaces::ProxyResolver {
void DeleteJob(Job* job);
std::unique_ptr<ProxyResolverV8Tracing> resolver_;
- std::set<Job*> resolve_jobs_;
+ std::map<Job*, std::unique_ptr<Job>> resolve_jobs_;
DISALLOW_COPY_AND_ASSIGN(MojoProxyResolverImpl);
};
« no previous file with comments | « net/proxy/mojo_proxy_resolver_factory_impl.cc ('k') | net/proxy/mojo_proxy_resolver_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698