| Index: content/common/gpu/client/gpu_channel_host.cc
|
| diff --git a/content/common/gpu/client/gpu_channel_host.cc b/content/common/gpu/client/gpu_channel_host.cc
|
| index 83bbad180c0f8a69a7ce558370610748526b6ef8..be28c50c73e3ac2de6b926a4195b1f0c0ebc5715 100644
|
| --- a/content/common/gpu/client/gpu_channel_host.cc
|
| +++ b/content/common/gpu/client/gpu_channel_host.cc
|
| @@ -7,11 +7,11 @@
|
| #include <algorithm>
|
|
|
| #include "base/bind.h"
|
| -#include "base/debug/trace_event.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/message_loop/message_loop_proxy.h"
|
| #include "base/posix/eintr_wrapper.h"
|
| #include "base/threading/thread_restrictions.h"
|
| +#include "base/trace_event/trace_event.h"
|
| #include "content/common/gpu/client/command_buffer_proxy_impl.h"
|
| #include "content/common/gpu/gpu_messages.h"
|
| #include "ipc/ipc_sync_message_filter.h"
|
|
|