| 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..b2bf2ae8fd6012d68f3a3016fc25995c360fff67 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 {
|
| + virtual void AppendAsTraceFormat(std::string* out) const override {
|
| AppendSystemProfileAsTraceFormat(system_stats_, out);
|
| }
|
|
|
|
|