| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats_unittest.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats_unittest.cc
|
| index 78678848298753b14b776f7908bab92cba0a7a15..932b359b977ada0ed4a493ebbe08af3bbb4ef28d 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats_unittest.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats_unittest.cc
|
| @@ -70,9 +70,7 @@ class DataReductionProxyUsageStatsTest : public testing::Test {
|
|
|
| mock_url_request_ = context_.CreateRequest(GURL(), net::IDLE, &delegate_,
|
| NULL);
|
| - settings_.reset(new DataReductionProxySettings(
|
| - scoped_ptr<DataReductionProxyParamsMock>(
|
| - new DataReductionProxyParamsMock()).Pass()));
|
| + settings_.reset(new DataReductionProxySettings());
|
| }
|
|
|
| scoped_ptr<net::URLRequest> CreateURLRequestWithResponseHeaders(
|
|
|