| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc
|
| index 60f0b7a2a81206f22710c723ed7910bcc683f31b..438b731acad8c1d42935e3ee0eab7147d84ce379 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc
|
| @@ -81,7 +81,7 @@ void DataReductionProxySettings::InitDataReductionProxySettings(
|
| const std::string& data_reduction_proxy_enabled_pref_name,
|
| PrefService* prefs,
|
| DataReductionProxyIOData* io_data,
|
| - scoped_ptr<DataReductionProxyService> data_reduction_proxy_service) {
|
| + std::unique_ptr<DataReductionProxyService> data_reduction_proxy_service) {
|
| DCHECK(thread_checker_.CalledOnValidThread());
|
| DCHECK(!data_reduction_proxy_enabled_pref_name.empty());
|
| DCHECK(prefs);
|
|
|