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

Unified Diff: src/trusted/sel_universal/reverse_emulate.cc

Issue 261683002: Make a NaClDesc ctor for creating descs from NaClFileInfo. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: make it posix file descriptor Created 6 years, 7 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
« no previous file with comments | « src/trusted/reverse_service/reverse_service_c.c ('k') | src/trusted/validator/nacl_file_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/sel_universal/reverse_emulate.cc
diff --git a/src/trusted/sel_universal/reverse_emulate.cc b/src/trusted/sel_universal/reverse_emulate.cc
index 59bde63c3cb80691573a3b02beca4b8536b7fc79..aac78c4ffcee73f0be85131747d4d785c5742dea 100644
--- a/src/trusted/sel_universal/reverse_emulate.cc
+++ b/src/trusted/sel_universal/reverse_emulate.cc
@@ -13,6 +13,7 @@
#include <vector>
#include "native_client/src/include/portability_io.h"
+#include "native_client/src/public/nacl_file_info.h"
#include "native_client/src/public/secure_service.h"
#include "native_client/src/shared/platform/nacl_check.h"
#include "native_client/src/shared/platform/nacl_log.h"
@@ -28,7 +29,6 @@
#include "native_client/src/trusted/reverse_service/reverse_service.h"
#include "native_client/src/trusted/sel_universal/rpc_universal.h"
#include "native_client/src/trusted/sel_universal/srpc_helper.h"
-#include "native_client/src/trusted/validator/nacl_file_info.h"
// Mock of ReverseInterface for use by nexes.
« no previous file with comments | « src/trusted/reverse_service/reverse_service_c.c ('k') | src/trusted/validator/nacl_file_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698