| Index: base/trace_event/trace_event_android.cc
 | 
| diff --git a/base/debug/trace_event_android.cc b/base/trace_event/trace_event_android.cc
 | 
| similarity index 98%
 | 
| rename from base/debug/trace_event_android.cc
 | 
| rename to base/trace_event/trace_event_android.cc
 | 
| index f08fffca35fa766038298ae503315794ce013811..31da26d4f1ee15f95eb413c688792f6297c691a3 100644
 | 
| --- a/base/debug/trace_event_android.cc
 | 
| +++ b/base/trace_event/trace_event_android.cc
 | 
| @@ -2,15 +2,15 @@
 | 
|  // 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_impl.h"
 | 
| +#include "base/trace_event/trace_event_impl.h"
 | 
|  
 | 
|  #include <fcntl.h>
 | 
|  
 | 
| -#include "base/debug/trace_event.h"
 | 
|  #include "base/format_macros.h"
 | 
|  #include "base/logging.h"
 | 
|  #include "base/strings/stringprintf.h"
 | 
|  #include "base/synchronization/waitable_event.h"
 | 
| +#include "base/trace_event/trace_event.h"
 | 
|  
 | 
|  namespace {
 | 
|  
 | 
| 
 |