| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol_unittest.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol_unittest.cc
|
| index b849bdb805e1199bb6726149cdc8769cc96db529..e44a9c2143f12741ff1dd992fb535b39d6b1dfe8 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol_unittest.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol_unittest.cc
|
| @@ -778,8 +778,7 @@ class DataReductionProxyBypassProtocolEndToEndTest : public testing::Test {
|
| .WithMockClientSocketFactory(mock_socket_factory_.get())
|
| .WithURLRequestContext(context_.get())
|
| .Build();
|
| - proxy_delegate_ =
|
| - drp_test_context_->io_data()->CreateProxyDelegateForTesting();
|
| + proxy_delegate_ = drp_test_context_->io_data()->CreateProxyDelegate();
|
| context_->set_proxy_delegate(proxy_delegate_.get());
|
| }
|
|
|
|
|