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

Unified Diff: mojo/runner/platform_handle_impl.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: some review comments 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: mojo/runner/platform_handle_impl.cc
diff --git a/mojo/runner/platform_handle_impl.cc b/mojo/runner/platform_handle_impl.cc
index c5e79997a5f140b02075f4cc3057c098431def72..3684c41b4a40382ae24d6db3024c3964e0ecd790 100644
--- a/mojo/runner/platform_handle_impl.cc
+++ b/mojo/runner/platform_handle_impl.cc
@@ -3,6 +3,7 @@
// found in the LICENSE file.
#include "mojo/platform_handle/platform_handle.h"
+
#include "third_party/mojo/src/mojo/edk/embedder/embedder.h"
extern "C" {

Powered by Google App Engine
This is Rietveld 408576698