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

Unified Diff: base/debug/trace_event_system_stats_monitor_unittest.cc

Issue 804533005: Standardize usage of virtual/override/final specifiers in base/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplify Created 6 years 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
« no previous file with comments | « base/debug/trace_event_synthetic_delay_unittest.cc ('k') | base/debug/trace_event_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/debug/trace_event_system_stats_monitor_unittest.cc
diff --git a/base/debug/trace_event_system_stats_monitor_unittest.cc b/base/debug/trace_event_system_stats_monitor_unittest.cc
index 5cc2a0fd383f7f67bc7b6ff124767a9ee0b613f2..76292d28cbd93498425c3171ae6f714046ae3d58 100644
--- a/base/debug/trace_event_system_stats_monitor_unittest.cc
+++ b/base/debug/trace_event_system_stats_monitor_unittest.cc
@@ -20,7 +20,7 @@ namespace debug {
class TraceSystemStatsMonitorTest : public testing::Test {
public:
TraceSystemStatsMonitorTest() {}
- virtual ~TraceSystemStatsMonitorTest() {}
+ ~TraceSystemStatsMonitorTest() override {}
private:
DISALLOW_COPY_AND_ASSIGN(TraceSystemStatsMonitorTest);
« no previous file with comments | « base/debug/trace_event_synthetic_delay_unittest.cc ('k') | base/debug/trace_event_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698