| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc
|
| index af42d048a159bd2689cc0878975dbdd9426b435e..9968118efdfd2fa379b3eace68918ee5d6ad22e7 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate.cc
|
| @@ -482,7 +482,7 @@ bool DataReductionProxyNetworkDelegate::WasEligibleWithoutHoldback(
|
|
|
| void DataReductionProxyNetworkDelegate::SetDataUseGroupProvider(
|
| std::unique_ptr<DataUseGroupProvider> data_use_group_provider) {
|
| - data_use_group_provider_.reset(data_use_group_provider.release());
|
| + data_use_group_provider_ = std::move(data_use_group_provider);
|
| }
|
|
|
| } // namespace data_reduction_proxy
|
|
|