| Index: base/trace_event/trace_event_system_stats_monitor_unittest.cc
 | 
| diff --git a/base/debug/trace_event_system_stats_monitor_unittest.cc b/base/trace_event/trace_event_system_stats_monitor_unittest.cc
 | 
| similarity index 95%
 | 
| rename from base/debug/trace_event_system_stats_monitor_unittest.cc
 | 
| rename to base/trace_event/trace_event_system_stats_monitor_unittest.cc
 | 
| index 76292d28cbd93498425c3171ae6f714046ae3d58..143ac4ad3fbbb7f6cc8c23ee6d31f9467110b2c1 100644
 | 
| --- a/base/debug/trace_event_system_stats_monitor_unittest.cc
 | 
| +++ b/base/trace_event/trace_event_system_stats_monitor_unittest.cc
 | 
| @@ -2,13 +2,13 @@
 | 
|  // 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 <sstream>
 | 
|  #include <string>
 | 
|  
 | 
| -#include "base/debug/trace_event_impl.h"
 | 
|  #include "base/message_loop/message_loop.h"
 | 
| +#include "base/trace_event/trace_event_impl.h"
 | 
|  #include "testing/gtest/include/gtest/gtest.h"
 | 
|  
 | 
|  namespace base {
 | 
| 
 |