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

Unified Diff: net/proxy/mojo_proxy_resolver_impl.cc

Issue 975083002: mojo/common: Decouple GURL dependency (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
« net/net.gyp ('K') | « net/net.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/proxy/mojo_proxy_resolver_impl.cc
diff --git a/net/proxy/mojo_proxy_resolver_impl.cc b/net/proxy/mojo_proxy_resolver_impl.cc
index a2809223799ab92aab8e7604b5ef57b08e3e0d95..c12eb5e78aa0f20c3e0eda9aab5a54b55d3db6a4 100644
--- a/net/proxy/mojo_proxy_resolver_impl.cc
+++ b/net/proxy/mojo_proxy_resolver_impl.cc
@@ -6,6 +6,7 @@
#include "base/stl_util.h"
#include "mojo/common/common_type_converters.h"
Ken Rockot(use gerrit already) 2015/03/04 03:27:56 Is this header still needed?
Hajime Morrita 2015/03/05 18:29:41 Done.
+#include "mojo/common/url_type_converters.h"
#include "net/base/net_errors.h"
#include "net/base/net_log.h"
#include "net/proxy/mojo_proxy_type_converters.h"
« net/net.gyp ('K') | « net/net.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698