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

Unified Diff: net/proxy/in_process_mojo_proxy_resolver_factory.cc

Issue 2416483002: Use std::string instead of mojo::String in //net. (Closed)
Patch Set: 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/in_process_mojo_proxy_resolver_factory.h ('k') | net/proxy/mojo_proxy_resolver_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/proxy/in_process_mojo_proxy_resolver_factory.cc
diff --git a/net/proxy/in_process_mojo_proxy_resolver_factory.cc b/net/proxy/in_process_mojo_proxy_resolver_factory.cc
index 2f04b241d07b4563b3837ee1fc1131b4c89107fb..5c3920a005bab05dd90cd2998b0af543106f0bf3 100644
--- a/net/proxy/in_process_mojo_proxy_resolver_factory.cc
+++ b/net/proxy/in_process_mojo_proxy_resolver_factory.cc
@@ -28,7 +28,7 @@ InProcessMojoProxyResolverFactory::~InProcessMojoProxyResolverFactory() =
std::unique_ptr<base::ScopedClosureRunner>
InProcessMojoProxyResolverFactory::CreateResolver(
- const mojo::String& pac_script,
+ const std::string& pac_script,
mojo::InterfaceRequest<interfaces::ProxyResolver> req,
interfaces::ProxyResolverFactoryRequestClientPtr client) {
factory_->CreateResolver(pac_script, std::move(req), std::move(client));
« no previous file with comments | « net/proxy/in_process_mojo_proxy_resolver_factory.h ('k') | net/proxy/mojo_proxy_resolver_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698