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_); |
Randy Smith (Not in Mondays)
2017/06/13 16:42:15
Snort. That's cute. Is there a (presumably new)
mmenke
2017/06/13 17:02:22
This is caught by integration tests...If you look
Randy Smith (Not in Mondays)
2017/06/15 19:13:30
I'm torn here, but I sorta think that if we're goi
mmenke
2017/06/15 19:33:24
I really don't want to have 5 sets of tests for ev
|
+ dhcp_fetcher_factory_ = std::move(dhcp_fetcher_factory); |
} |
// Sets Mojo factory used to create ProxyResolvers. If not set, falls back to |