| 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 360042176a44429743a14c688467f6cd821baae5..78678848298753b14b776f7908bab92cba0a7a15 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
|
| @@ -71,7 +71,8 @@ class DataReductionProxyUsageStatsTest : public testing::Test {
|
| mock_url_request_ = context_.CreateRequest(GURL(), net::IDLE, &delegate_,
|
| NULL);
|
| settings_.reset(new DataReductionProxySettings(
|
| - new DataReductionProxyParamsMock()));
|
| + scoped_ptr<DataReductionProxyParamsMock>(
|
| + new DataReductionProxyParamsMock()).Pass()));
|
| }
|
|
|
| scoped_ptr<net::URLRequest> CreateURLRequestWithResponseHeaders(
|
|
|