| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc
|
| index e64f585a05e3bb82922aba0f53f6a277832f82ba..3a9143f4ddc56b68ca2295c261856817429bd0e0 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc
|
| @@ -249,7 +249,7 @@ DataReductionProxyIOData::CreateNetworkDelegate(
|
| }
|
|
|
| std::unique_ptr<DataReductionProxyDelegate>
|
| -DataReductionProxyIOData::CreateProxyDelegateForTesting() const {
|
| +DataReductionProxyIOData::CreateProxyDelegate() const {
|
| DCHECK(io_task_runner_->BelongsToCurrentThread());
|
| return base::MakeUnique<DataReductionProxyDelegate>(
|
| config_.get(), configurator_.get(), event_creator_.get(),
|
|
|