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

Unified Diff: components/policy/core/common/forwarding_policy_provider_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/forwarding_policy_provider_unittest.cc
diff --git a/components/policy/core/common/forwarding_policy_provider_unittest.cc b/components/policy/core/common/forwarding_policy_provider_unittest.cc
index 0a8ae35d1b1e7bb5eecc0281fa95b0088266dec5..e546206790dea360ebe02450be08189c3cf8003c 100644
--- a/components/policy/core/common/forwarding_policy_provider_unittest.cc
+++ b/components/policy/core/common/forwarding_policy_provider_unittest.cc
@@ -43,7 +43,7 @@ class ForwardingPolicyProviderTest : public testing::Test {
forwarding_provider_.AddObserver(&observer_);
}
- virtual ~ForwardingPolicyProviderTest() {
+ ~ForwardingPolicyProviderTest() override {
forwarding_provider_.RemoveObserver(&observer_);
forwarding_provider_.Shutdown();
mock_provider_.Shutdown();

Powered by Google App Engine
This is Rietveld 408576698