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 16467f14922df1455ebfe814c82a3054976a0dad..cbf79c38e874f14cf6d75a1dd84826462e67a478 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 |
@@ -114,7 +114,7 @@ int64_t EstimateOriginalReceivedBytes( |
namespace data_reduction_proxy { |
DataReductionProxyNetworkDelegate::DataReductionProxyNetworkDelegate( |
- scoped_ptr<net::NetworkDelegate> network_delegate, |
+ std::unique_ptr<net::NetworkDelegate> network_delegate, |
DataReductionProxyConfig* config, |
DataReductionProxyRequestOptions* request_options, |
const DataReductionProxyConfigurator* configurator) |