| Index: base/debug/trace_event_system_stats_monitor.cc
|
| diff --git a/base/debug/trace_event_system_stats_monitor.cc b/base/debug/trace_event_system_stats_monitor.cc
|
| index a7128386d607e15987286c5cbf6b48d087b01e69..b737047f3da21ffdf7b4fa029cff4d590c1022d8 100644
|
| --- a/base/debug/trace_event_system_stats_monitor.cc
|
| +++ b/base/debug/trace_event_system_stats_monitor.cc
|
| @@ -31,7 +31,7 @@ class SystemStatsHolder : public base::debug::ConvertableToTraceFormat {
|
| void GetSystemProfilingStats();
|
|
|
| // base::debug::ConvertableToTraceFormat overrides:
|
| - virtual void AppendAsTraceFormat(std::string* out) const OVERRIDE {
|
| + void AppendAsTraceFormat(std::string* out) const override {
|
| AppendSystemProfileAsTraceFormat(system_stats_, out);
|
| }
|
|
|
|
|