| Index: base/trace_event/trace_event_system_stats_monitor.cc
 | 
| diff --git a/base/debug/trace_event_system_stats_monitor.cc b/base/trace_event/trace_event_system_stats_monitor.cc
 | 
| similarity index 97%
 | 
| rename from base/debug/trace_event_system_stats_monitor.cc
 | 
| rename to base/trace_event/trace_event_system_stats_monitor.cc
 | 
| index 9cbefd8d6cc14af406ce08d8ed33d3b20ac904f9..6fa0174577d05059564bf4cb850c8c23429c28e2 100644
 | 
| --- a/base/debug/trace_event_system_stats_monitor.cc
 | 
| +++ b/base/trace_event/trace_event_system_stats_monitor.cc
 | 
| @@ -2,10 +2,9 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#include "base/debug/trace_event_system_stats_monitor.h"
 | 
| +#include "base/trace_event/trace_event_system_stats_monitor.h"
 | 
|  
 | 
|  #include "base/debug/leak_annotations.h"
 | 
| -#include "base/debug/trace_event.h"
 | 
|  #include "base/json/json_writer.h"
 | 
|  #include "base/lazy_instance.h"
 | 
|  #include "base/logging.h"
 | 
| @@ -14,6 +13,7 @@
 | 
|  #include "base/strings/string_util.h"
 | 
|  #include "base/thread_task_runner_handle.h"
 | 
|  #include "base/threading/thread_local_storage.h"
 | 
| +#include "base/trace_event/trace_event.h"
 | 
|  
 | 
|  namespace base {
 | 
|  namespace debug {
 | 
| 
 |