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

Unified Diff: src/trusted/desc_cacheability/desc_cacheability.c

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: use or Created 6 years, 8 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: src/trusted/desc_cacheability/desc_cacheability.c
diff --git a/src/trusted/desc_cacheability/desc_cacheability.c b/src/trusted/desc_cacheability/desc_cacheability.c
index ab3badae7d07cf46c4f0a6fe801b8beec72ed390..1eeba3dbfb445e1faf7c06ee323423bc5937e271 100644
--- a/src/trusted/desc_cacheability/desc_cacheability.c
+++ b/src/trusted/desc_cacheability/desc_cacheability.c
@@ -8,11 +8,11 @@
#include "native_client/src/include/portability.h"
#include "native_client/src/public/desc_metadata_types.h"
+#include "native_client/src/public/nacl_file_info.h"
#include "native_client/src/shared/platform/nacl_log.h"
#include "native_client/src/trusted/desc/nacl_desc_base.h"
#include "native_client/src/trusted/desc/nacl_desc_io.h"
#include "native_client/src/trusted/service_runtime/include/sys/fcntl.h"
-#include "native_client/src/trusted/validator/nacl_file_info.h"
#include "native_client/src/trusted/validator/rich_file_info.h"
#include "native_client/src/trusted/validator/validation_cache.h"

Powered by Google App Engine
This is Rietveld 408576698