| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_unittest.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_unittest.cc
|
| index b656f0f1d58caf11a8fc0e7f28d5ef36c8102e7f..1d034d51f77507e76559a28529e7fe058d27b344 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_unittest.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_unittest.cc
|
| @@ -34,8 +34,10 @@
|
| #include "components/data_reduction_proxy/core/common/data_reduction_proxy_headers_test_utils.h"
|
| #include "components/data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils.h"
|
| #include "components/data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h"
|
| +#include "components/data_reduction_proxy/core/common/data_reduction_proxy_server.h"
|
| #include "components/data_reduction_proxy/core/common/data_reduction_proxy_switches.h"
|
| #include "components/data_reduction_proxy/core/common/lofi_decider.h"
|
| +#include "components/data_reduction_proxy/proto/client_config.pb.h"
|
| #include "net/base/host_port_pair.h"
|
| #include "net/base/load_flags.h"
|
| #include "net/base/net_errors.h"
|
| @@ -196,7 +198,8 @@ class DataReductionProxyNetworkDelegateTest : public testing::Test {
|
| .WithClient(kClient)
|
| .WithMockClientSocketFactory(&mock_socket_factory_)
|
| .WithURLRequestContext(&context_)
|
| - .WithProxiesForHttp({proxy_server})
|
| + .WithProxiesForHttp({DataReductionProxyServer(
|
| + proxy_server, ProxyServer::UNSPECIFIED_TYPE)})
|
| .Build());
|
|
|
| context_.set_client_socket_factory(&mock_socket_factory_);
|
|
|