| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h
|
| index 37fbabbd1ebd5a45c29e914e46fe5784835e2233..fabfbacbe2450c7820dcfc0889bba7abd07df9bd 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h
|
| @@ -49,9 +49,10 @@ class MockDataReductionProxyService : public DataReductionProxyService {
|
| net::URLRequestContextGetter* request_context);
|
| ~MockDataReductionProxyService() override;
|
|
|
| - MOCK_METHOD2(SecureProxyCheck,
|
| + MOCK_METHOD3(SecureProxyCheck,
|
| void(const GURL& secure_proxy_check_url,
|
| - FetcherResponseCallback fetcher_callback));
|
| + FetcherResponseCallback fetcher_callback,
|
| + scoped_refptr<base::SequencedTaskRunner> io_task_runner));
|
| };
|
|
|
| // Test version of |DataReductionProxyIOData|, which bypasses initialization in
|
|
|