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

Unified Diff: components/policy/core/common/proxy_policy_provider_unittest.cc

Issue 865973003: Update {virtual,override,final} to follow C++11 style in components, round 2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix format Created 5 years, 11 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/proxy_policy_provider_unittest.cc
diff --git a/components/policy/core/common/proxy_policy_provider_unittest.cc b/components/policy/core/common/proxy_policy_provider_unittest.cc
index e84a819698b7e6ca477c257a5c3a7b3a45b4fc4e..09c5da9f6b9ba19f368a79ddc03d22d368e4f197 100644
--- a/components/policy/core/common/proxy_policy_provider_unittest.cc
+++ b/components/policy/core/common/proxy_policy_provider_unittest.cc
@@ -23,7 +23,7 @@ class ProxyPolicyProviderTest : public testing::Test {
proxy_provider_.AddObserver(&observer_);
}
- virtual ~ProxyPolicyProviderTest() {
+ ~ProxyPolicyProviderTest() override {
proxy_provider_.RemoveObserver(&observer_);
proxy_provider_.Shutdown();
mock_provider_.Shutdown();
« no previous file with comments | « components/policy/core/common/proxy_policy_provider.h ('k') | components/storage_monitor/storage_monitor_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698