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

Unified Diff: components/navigation_interception/intercept_navigation_resource_throttle_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/navigation_interception/intercept_navigation_resource_throttle_unittest.cc
diff --git a/components/navigation_interception/intercept_navigation_resource_throttle_unittest.cc b/components/navigation_interception/intercept_navigation_resource_throttle_unittest.cc
index a55cda34bbc2c627f3b4c86badc77d227d0cbf82..801efe4e8bfadc35957d83545f4d4f42655ed75f 100644
--- a/components/navigation_interception/intercept_navigation_resource_throttle_unittest.cc
+++ b/components/navigation_interception/intercept_navigation_resource_throttle_unittest.cc
@@ -184,11 +184,9 @@ class InterceptNavigationResourceThrottleTest
io_thread_state_(NULL) {
}
- virtual void SetUp() override {
- RenderViewHostTestHarness::SetUp();
- }
+ void SetUp() override { RenderViewHostTestHarness::SetUp(); }
- virtual void TearDown() override {
+ void TearDown() override {
if (web_contents())
web_contents()->SetDelegate(NULL);
« no previous file with comments | « components/nacl/zygote/nacl_fork_delegate_linux.h ('k') | components/network_time/network_time_tracker_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698