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 3df3671c23caa30ad2fe7bbc78761d31dd4a9700..e98bd04cce45a4a1ec955749c3010005f6676044 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 |
@@ -97,11 +97,11 @@ class ConcreteDataReductionProxySettingsTest |
: public DataReductionProxySettingsTestBase { |
public: |
typedef MockDataReductionProxySettings<C> MockSettings; |
- virtual void ResetSettings(bool allowed, |
- bool fallback_allowed, |
- bool alt_allowed, |
- bool promo_allowed, |
- bool holdback) override { |
+ void ResetSettings(bool allowed, |
+ bool fallback_allowed, |
+ bool alt_allowed, |
+ bool promo_allowed, |
+ bool holdback) override { |
return DataReductionProxySettingsTestBase::ResetSettings<C>( |
allowed, fallback_allowed, alt_allowed, promo_allowed, holdback); |
} |