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

Unified Diff: components/policy/core/browser/configuration_policy_pref_store_test.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/policy/core/browser/configuration_policy_pref_store_test.h
diff --git a/components/policy/core/browser/configuration_policy_pref_store_test.h b/components/policy/core/browser/configuration_policy_pref_store_test.h
index cc60dca151bc3ef7d9cec11f6079a6469e91b43b..78003e8c7ab2e846d60445e3ae0072b9cf9341bd 100644
--- a/components/policy/core/browser/configuration_policy_pref_store_test.h
+++ b/components/policy/core/browser/configuration_policy_pref_store_test.h
@@ -24,8 +24,8 @@ class ConfigurationPolicyPrefStore;
class ConfigurationPolicyPrefStoreTest : public testing::Test {
protected:
ConfigurationPolicyPrefStoreTest();
- virtual ~ConfigurationPolicyPrefStoreTest();
- virtual void TearDown() override;
+ ~ConfigurationPolicyPrefStoreTest() override;
+ void TearDown() override;
void UpdateProviderPolicy(const PolicyMap& policy);
// A unit test can override this method to populate the policy handler

Powered by Google App Engine
This is Rietveld 408576698