| 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 6f5298f0480c2a7ccf3c82e06ea1f8f955a0a745..5758ef4ef18c4cca92fcd8227b3e811e31d55513 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
|
| @@ -65,7 +65,7 @@ class TestDataReductionProxyConfig : public DataReductionProxyConfig {
|
| // Allows tests to set the internal state.
|
| void SetStateForTest(bool enabled_by_user,
|
| bool alternative_enabled_by_user,
|
| - bool restricted_by_carrier);
|
| + bool secure_proxy_enabled);
|
|
|
| net::NetworkInterfaceList* interfaces() {
|
| return network_interfaces_.get();
|
|
|