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

Unified Diff: src/public/nacl_file_info.h

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
« no previous file with comments | « no previous file | src/trusted/desc/nacl_desc_wrapper.h » ('j') | src/trusted/desc/nacl_desc_wrapper.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/public/nacl_file_info.h
diff --git a/src/trusted/validator/nacl_file_info.h b/src/public/nacl_file_info.h
similarity index 78%
copy from src/trusted/validator/nacl_file_info.h
copy to src/public/nacl_file_info.h
index f93796bac2cbf553071a40899ac1d563310303f7..5197d77dc814a17daed6d1b5099fc9626c2fca73 100644
--- a/src/trusted/validator/nacl_file_info.h
+++ b/src/public/nacl_file_info.h
@@ -4,8 +4,8 @@
* found in the LICENSE file.
*/
-#ifndef NATIVE_CLIENT_SRC_TRUSTED_REVERSE_SERVICE_NACL_FILE_INFO_H_
-#define NATIVE_CLIENT_SRC_TRUSTED_REVERSE_SERVICE_NACL_FILE_INFO_H_
+#ifndef NATIVE_CLIENT_SRC_PUBLIC_NACL_FILE_INFO_H_
+#define NATIVE_CLIENT_SRC_PUBLIC_NACL_FILE_INFO_H_
#include "native_client/src/include/nacl_base.h"
#include "native_client/src/include/portability.h"
@@ -30,4 +30,4 @@ struct NaClFileInfo {
EXTERN_C_END
-#endif /* NATIVE_CLIENT_SRC_TRUSTED_REVERSE_SERVICE_NACL_FILE_INFO_H_ */
+#endif /* NATIVE_CLIENT_SRC_PUBLIC_NACL_FILE_INFO_H_ */
« no previous file with comments | « no previous file | src/trusted/desc/nacl_desc_wrapper.h » ('j') | src/trusted/desc/nacl_desc_wrapper.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698