| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc
|
| index ea6354f78f216c726cff17ddccce2cc663c894eb..71cd8350e4873d5b9209c9e54ca562e9246639ce 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc
|
| @@ -620,7 +620,7 @@ class DataReductionProxyDelegateTest : public testing::Test {
|
| network_change_notifier_.reset(net::NetworkChangeNotifier::CreateMock());
|
| base::RunLoop().RunUntilIdle();
|
|
|
| - proxy_delegate_ = test_context_->io_data()->CreateProxyDelegateForTesting();
|
| + proxy_delegate_ = test_context_->io_data()->CreateProxyDelegate();
|
| context_.set_proxy_delegate(proxy_delegate_.get());
|
|
|
| context_.Init();
|
|
|