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

Unified Diff: chrome/browser/captive_portal/captive_portal_service_unittest.cc

Issue 684613002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix bad indent 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: chrome/browser/captive_portal/captive_portal_service_unittest.cc
diff --git a/chrome/browser/captive_portal/captive_portal_service_unittest.cc b/chrome/browser/captive_portal/captive_portal_service_unittest.cc
index af6a48752ff30e952eba162f3a1fbdcc44ec26a8..0215ae06d50cfb057b14160f5fbd72577609d2b8 100644
--- a/chrome/browser/captive_portal/captive_portal_service_unittest.cc
+++ b/chrome/browser/captive_portal/captive_portal_service_unittest.cc
@@ -90,7 +90,7 @@ class CaptivePortalServiceTest : public testing::Test,
CaptivePortalService::get_state_for_testing()) {
}
- virtual ~CaptivePortalServiceTest() {
+ ~CaptivePortalServiceTest() override {
CaptivePortalService::set_state_for_testing(
old_captive_portal_testing_state_);
}

Powered by Google App Engine
This is Rietveld 408576698