| Index: cc/resources/resource_provider.cc
 | 
| diff --git a/cc/resources/resource_provider.cc b/cc/resources/resource_provider.cc
 | 
| index 38f79fb9fd4f2e3ef9a2ac32c8eed13eecd1442d..4ba46b7230d3f8608dac446b4de408a6365976f3 100644
 | 
| --- a/cc/resources/resource_provider.cc
 | 
| +++ b/cc/resources/resource_provider.cc
 | 
| @@ -8,11 +8,11 @@
 | 
|  #include <limits>
 | 
|  
 | 
|  #include "base/containers/hash_tables.h"
 | 
| -#include "base/debug/trace_event.h"
 | 
|  #include "base/metrics/histogram.h"
 | 
|  #include "base/stl_util.h"
 | 
|  #include "base/strings/string_split.h"
 | 
|  #include "base/strings/string_util.h"
 | 
| +#include "base/trace_event/trace_event.h"
 | 
|  #include "cc/base/util.h"
 | 
|  #include "cc/output/gl_renderer.h"  // For the GLC() macro.
 | 
|  #include "cc/resources/platform_color.h"
 | 
| 
 |