Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1123)

Unified Diff: ipc/mojo/ipc_mojo_handle_attachment.cc

Issue 1350023003: Add a Mojo EDK for Chrome that uses one OS pipe per message pipe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698