Index: content/common/child_process_host_impl.cc |
diff --git a/content/common/child_process_host_impl.cc b/content/common/child_process_host_impl.cc |
index 909a3d6ee256f974a39ac1416e44acd43c121698..1dc475da37204b298226e7500c7f1b674a74a6e3 100644 |
--- a/content/common/child_process_host_impl.cc |
+++ b/content/common/child_process_host_impl.cc |
@@ -29,9 +29,9 @@ |
#include "ipc/attachment_broker.h" |
#include "ipc/attachment_broker_privileged.h" |
#include "ipc/ipc_channel.h" |
+#include "ipc/ipc_channel_mojo.h" |
#include "ipc/ipc_logging.h" |
#include "ipc/message_filter.h" |
-#include "ipc/mojo/ipc_channel_mojo.h" |
#include "mojo/edk/embedder/embedder.h" |
#if defined(OS_LINUX) |