| Index: base/trace_event/trace_event_system_stats_monitor.h
|
| diff --git a/base/trace_event/trace_event_system_stats_monitor.h b/base/trace_event/trace_event_system_stats_monitor.h
|
| index 08fbfea9331884bfe737356db523794bf7c31fff..051669a35f5ac1a5728c2929a13de10b0930ad31 100644
|
| --- a/base/trace_event/trace_event_system_stats_monitor.h
|
| +++ b/base/trace_event/trace_event_system_stats_monitor.h
|
| @@ -17,7 +17,7 @@ namespace base {
|
|
|
| class SingleThreadTaskRunner;
|
|
|
| -namespace debug {
|
| +namespace trace_event {
|
|
|
| // Watches for chrome://tracing to be enabled or disabled. When tracing is
|
| // enabled, also enables system events profiling. This class is the preferred
|
| @@ -35,7 +35,7 @@ class BASE_EXPORT TraceEventSystemStatsMonitor
|
|
|
| virtual ~TraceEventSystemStatsMonitor();
|
|
|
| - // base::debug::TraceLog::EnabledStateChangedObserver overrides:
|
| + // base::trace_event::TraceLog::EnabledStateChangedObserver overrides:
|
| void OnTraceLogEnabled() override;
|
| void OnTraceLogDisabled() override;
|
|
|
| @@ -69,7 +69,7 @@ BASE_EXPORT void AppendSystemProfileAsTraceFormat(const SystemMetrics&
|
| system_stats,
|
| std::string* output);
|
|
|
| -} // namespace debug
|
| +} // namespace trace_event
|
| } // namespace base
|
|
|
| #endif // BASE_TRACE_EVENT_TRACE_EVENT_SYSTEM_STATS_MONITOR_H_
|
|
|