Index: content/browser/gpu/gpu_data_manager_impl_private.cc |
diff --git a/content/browser/gpu/gpu_data_manager_impl_private.cc b/content/browser/gpu/gpu_data_manager_impl_private.cc |
index b3b1627a78f5c6180a32abf66f36e9b46641753d..7011a5082ef62a5d66b821a2e116b763a4c38ab5 100644 |
--- a/content/browser/gpu/gpu_data_manager_impl_private.cc |
+++ b/content/browser/gpu/gpu_data_manager_impl_private.cc |
@@ -7,13 +7,13 @@ |
#include "base/bind.h" |
#include "base/bind_helpers.h" |
#include "base/command_line.h" |
-#include "base/debug/trace_event.h" |
#include "base/metrics/field_trial.h" |
#include "base/metrics/histogram.h" |
#include "base/metrics/sparse_histogram.h" |
#include "base/strings/string_number_conversions.h" |
#include "base/strings/stringprintf.h" |
#include "base/sys_info.h" |
+#include "base/trace_event/trace_event.h" |
#include "base/version.h" |
#include "cc/base/switches.h" |
#include "content/browser/gpu/gpu_process_host.h" |