| Index: ipc/mojo/ipc_mojo_handle_attachment.cc
|
| diff --git a/ipc/mojo/ipc_mojo_handle_attachment.cc b/ipc/mojo/ipc_mojo_handle_attachment.cc
|
| index 9aae281c4eca23689549f3fe23752d7275d44575..6e5ea47e275b13ddfb94de8345ce62fffc3bb725 100644
|
| --- a/ipc/mojo/ipc_mojo_handle_attachment.cc
|
| +++ b/ipc/mojo/ipc_mojo_handle_attachment.cc
|
| @@ -5,7 +5,12 @@
|
| #include "ipc/mojo/ipc_mojo_handle_attachment.h"
|
|
|
| #include "ipc/ipc_message_attachment_set.h"
|
| +
|
| +#if defined(USE_CHROME_EDK)
|
| +#include "mojo/edk/embedder/embedder.h"
|
| +#else
|
| #include "third_party/mojo/src/mojo/edk/embedder/embedder.h"
|
| +#endif
|
|
|
| namespace IPC {
|
| namespace internal {
|
|
|