| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc
|
| index bd5a10db625155aa76b32d840a33a7e0c8d956dd..19bad62f7d6322007f08a950a2c3d450bf0a965b 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc
|
| @@ -132,7 +132,7 @@ class DataReductionProxyConfigTest : public testing::Test {
|
| responder.response = response;
|
| responder.status =
|
| net::URLRequestStatus(net::URLRequestStatus::SUCCESS, net::OK);
|
| - EXPECT_CALL(*service, SecureProxyCheck(_, _))
|
| + EXPECT_CALL(*service, SecureProxyCheck(_, _, _))
|
| .Times(1)
|
| .WillRepeatedly(testing::WithArgs<1>(
|
| testing::Invoke(&responder, &TestResponder::ExecuteCallback)));
|
|
|