| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values_unittest.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values_unittest.cc
|
| index 8753724173d02d9b5bcde22b312b2514d05ed67c..2e0917f62b65f2241d910a37a2fa8e2eb877b6df 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values_unittest.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values_unittest.cc
|
| @@ -24,7 +24,7 @@ class DataReductionProxyMutableConfigValuesTest : public testing::Test {
|
| ~DataReductionProxyMutableConfigValuesTest() override {}
|
|
|
| void Init() {
|
| - params_.reset(new DataReductionProxyParams(0));
|
| + params_.reset(new DataReductionProxyParams());
|
| mutable_config_values_ =
|
| DataReductionProxyMutableConfigValues::CreateFromParams(params_.get());
|
| }
|
|
|