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

Unified Diff: components/policy/core/common/cloud/cloud_policy_core_unittest.cc

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/common/cloud/cloud_policy_core_unittest.cc
diff --git a/components/policy/core/common/cloud/cloud_policy_core_unittest.cc b/components/policy/core/common/cloud/cloud_policy_core_unittest.cc
index 186cce60ff434270b545192464d0f5097d54dbe3..16372d5e8e8e5dde85ee5d16109056755f409bcb 100644
--- a/components/policy/core/common/cloud/cloud_policy_core_unittest.cc
+++ b/components/policy/core/common/cloud/cloud_policy_core_unittest.cc
@@ -35,9 +35,7 @@ class CloudPolicyCoreTest : public testing::Test,
core_.AddObserver(this);
}
- virtual ~CloudPolicyCoreTest() {
- core_.RemoveObserver(this);
- }
+ ~CloudPolicyCoreTest() override { core_.RemoveObserver(this); }
void OnCoreConnected(CloudPolicyCore* core) override {
// Make sure core is connected at callback time.

Powered by Google App Engine
This is Rietveld 408576698