| Index: ipc/ipc_sync_channel.cc
|
| diff --git a/ipc/ipc_sync_channel.cc b/ipc/ipc_sync_channel.cc
|
| index a6ef27ada67d1c8f9596cb381589feab0ebdb70a..06cd46f1ea60aece2a1d630bd2cdf4ec3550dc68 100644
|
| --- a/ipc/ipc_sync_channel.cc
|
| +++ b/ipc/ipc_sync_channel.cc
|
| @@ -5,7 +5,6 @@
|
| #include "ipc/ipc_sync_channel.h"
|
|
|
| #include "base/bind.h"
|
| -#include "base/debug/trace_event.h"
|
| #include "base/lazy_instance.h"
|
| #include "base/location.h"
|
| #include "base/logging.h"
|
| @@ -13,6 +12,7 @@
|
| #include "base/synchronization/waitable_event_watcher.h"
|
| #include "base/thread_task_runner_handle.h"
|
| #include "base/threading/thread_local.h"
|
| +#include "base/trace_event/trace_event.h"
|
| #include "ipc/ipc_channel_factory.h"
|
| #include "ipc/ipc_logging.h"
|
| #include "ipc/ipc_message_macros.h"
|
|
|