| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc
|
| index 3b5cb25aea150acd31ee141464df3bb4199d56e5..eb267fb172abf0f68731f2016470c5d7a99e4e36 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc
|
| @@ -31,6 +31,7 @@
|
| #include "components/data_reduction_proxy/core/common/data_reduction_proxy_server.h"
|
| #include "components/prefs/pref_registry_simple.h"
|
| #include "components/prefs/testing_pref_service.h"
|
| +#include "net/base/network_delegate_impl.h"
|
| #include "net/proxy/proxy_config.h"
|
| #include "net/proxy/proxy_info.h"
|
| #include "net/proxy/proxy_list.h"
|
| @@ -621,7 +622,7 @@ void DataReductionProxyTestContext::AttachToURLRequestContext(
|
| // |request_context_storage| takes ownership of the network delegate.
|
| std::unique_ptr<DataReductionProxyNetworkDelegate> network_delegate =
|
| io_data()->CreateNetworkDelegate(
|
| - base::MakeUnique<net::TestNetworkDelegate>(), true);
|
| + base::MakeUnique<net::NetworkDelegateImpl>(), true);
|
|
|
| request_context_storage->set_network_delegate(std::move(network_delegate));
|
|
|
|
|