Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(233)

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.h

Issue 684513002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698