| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.h
|
| index a0bfe6401e607ab05e4d47f197935f7ae282e9ad..7df9773c25c756cf5520eb70c21432d9258c9806 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.h
|
| @@ -110,11 +110,11 @@ class DataReductionProxySettingsTestBase : public testing::Test {
|
| bool fallback_allowed,
|
| bool alt_allowed,
|
| bool promo_allowed);
|
| - virtual ~DataReductionProxySettingsTestBase();
|
| + ~DataReductionProxySettingsTestBase() override;
|
|
|
| void AddProxyToCommandLine();
|
|
|
| - virtual void SetUp() override;
|
| + void SetUp() override;
|
|
|
| template <class C> void ResetSettings(bool allowed,
|
| bool fallback_allowed,
|
|
|