| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.h
|
| index 5e3b62ca31ad93ec8367db6635b82dc3b932a505..c124e62290e9451033533ce44d6fac786667c0a1 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_test_utils.h
|
| @@ -164,9 +164,8 @@ class MockDataReductionProxyConfig : public TestDataReductionProxyConfig {
|
| bool(const net::URLRequest& request,
|
| const net::ProxyConfig& data_reduction_proxy_config,
|
| base::TimeDelta* min_retry_delay));
|
| - MOCK_METHOD2(SecureProxyCheck,
|
| - void(const GURL& secure_proxy_check_url,
|
| - FetcherResponseCallback fetcher_callback));
|
| + MOCK_METHOD1(SecureProxyCheck,
|
| + void(FetcherResponseCallback fetcher_callback));
|
| MOCK_METHOD1(
|
| IsNetworkQualityProhibitivelySlow,
|
| bool(const net::NetworkQualityEstimator* network_quality_estimator));
|
|
|