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

Unified Diff: net/url_request/url_request_context_builder_mojo.h

Issue 2929153002: Use URLRequestContextBuilderMojo to create the SystemURLRequestContext. (Closed)
Patch Set: Erm... Oops (and merge). Created 3 years, 6 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
Index: net/url_request/url_request_context_builder_mojo.h
diff --git a/net/url_request/url_request_context_builder_mojo.h b/net/url_request/url_request_context_builder_mojo.h
index 0610864c870f27eea30e86e92f52b4e1cf12e053..29c959596f89dd206f7856dddd90806a7d72ba23 100644
--- a/net/url_request/url_request_context_builder_mojo.h
+++ b/net/url_request/url_request_context_builder_mojo.h
@@ -34,7 +34,7 @@ class URLRequestContextBuilderMojo : public URLRequestContextBuilder {
// MojoProxyResolverFactory is provided.
void set_dhcp_fetcher_factory(
std::unique_ptr<DhcpProxyScriptFetcherFactory> dhcp_fetcher_factory) {
- dhcp_fetcher_factory = std::move(dhcp_fetcher_factory_);
+ dhcp_fetcher_factory_ = std::move(dhcp_fetcher_factory);
mmenke 2017/06/10 01:35:33 Definitely is a question on how much to unit test
}
// Sets Mojo factory used to create ProxyResolvers. If not set, falls back to
« chrome/browser/io_thread.cc ('K') | « net/url_request/url_request_context_builder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698