| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.cc
|
| index 7367069cabca08581f4eb422759f3c8f0ab3cc7a..07534a52a597f8c3259f491bde71bc9c2ee18d36 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.cc
|
| @@ -137,8 +137,8 @@ TEST_F(DataReductionProxyIODataTest, TestConstruction) {
|
|
|
| // Creating a second delegate with bypass statistics tracking should result
|
| // in usage stats being created.
|
| - io_data->CreateNetworkDelegate(
|
| - base::WrapUnique(new CountingNetworkDelegate()), true);
|
| + io_data->CreateNetworkDelegate(base::MakeUnique<CountingNetworkDelegate>(),
|
| + true);
|
| EXPECT_NE(nullptr, io_data->bypass_stats());
|
|
|
| io_data->ShutdownOnUIThread();
|
|
|