| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unittest.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unittest.cc
|
| index 27250798a03a19635fe4ebe200a3625c6088b6a1..fd614a6d52add1898990dbf6da97e44beb71f3fb 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unittest.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unittest.cc
|
| @@ -107,8 +107,8 @@ class DataReductionProxyBypassStatsTest : public testing::Test {
|
|
|
| protected:
|
| std::unique_ptr<DataReductionProxyBypassStats> BuildBypassStats() {
|
| - return base::WrapUnique(new DataReductionProxyBypassStats(
|
| - test_context_->config(), test_context_->unreachable_callback()));
|
| + return base::MakeUnique<DataReductionProxyBypassStats>(
|
| + test_context_->config(), test_context_->unreachable_callback());
|
| }
|
|
|
| net::URLRequest* url_request() {
|
|
|