| Index: content/browser/gpu_process_host_ui_shim.cc
|
| diff --git a/content/browser/gpu_process_host_ui_shim.cc b/content/browser/gpu_process_host_ui_shim.cc
|
| index 73a95316b9a4a4a3c8340428a555556202e21cde..9670b72adecc52bda97f487c6596270ce9551ea7 100644
|
| --- a/content/browser/gpu_process_host_ui_shim.cc
|
| +++ b/content/browser/gpu_process_host_ui_shim.cc
|
| @@ -6,6 +6,7 @@
|
|
|
| #include "base/command_line.h"
|
| #include "base/id_map.h"
|
| +#include "base/debug/trace_event.h"
|
| #include "base/process_util.h"
|
| #include "chrome/browser/browser_process.h"
|
| #include "chrome/browser/io_thread.h"
|
| @@ -17,7 +18,6 @@
|
| #include "content/browser/renderer_host/render_widget_host_view.h"
|
| #include "content/common/content_switches.h"
|
| #include "content/common/gpu/gpu_messages.h"
|
| -#include "gpu/common/gpu_trace_event.h"
|
|
|
| #if defined(OS_LINUX)
|
| // These two #includes need to come after gpu_messages.h.
|
|
|