Index: base/debug/trace_event_system_stats_monitor.h |
diff --git a/base/debug/trace_event_system_stats_monitor.h b/base/debug/trace_event_system_stats_monitor.h |
index 1a8b3288e64ed383c72c76fc1e93230e40685412..f676fce9c32fa3a7af382ddbed056306ec8406f9 100644 |
--- a/base/debug/trace_event_system_stats_monitor.h |
+++ b/base/debug/trace_event_system_stats_monitor.h |
@@ -36,8 +36,8 @@ class BASE_EXPORT TraceEventSystemStatsMonitor |
virtual ~TraceEventSystemStatsMonitor(); |
// base::debug::TraceLog::EnabledStateChangedObserver overrides: |
- virtual void OnTraceLogEnabled() OVERRIDE; |
- virtual void OnTraceLogDisabled() OVERRIDE; |
+ virtual void OnTraceLogEnabled() override; |
+ virtual void OnTraceLogDisabled() override; |
// Retrieves system profiling at the current time. |
void DumpSystemStats(); |