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

Unified Diff: ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.h

Issue 164373010: Split the PNaCl IRT shim into 3 pieces, and include one piece into IRT. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix headers Created 6 years, 10 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: ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.h
diff --git a/ppapi/generators/pnacl_shim.h b/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.h
similarity index 78%
rename from ppapi/generators/pnacl_shim.h
rename to ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.h
index 1002d07037a8eaa698249ae6a0a2934cd4fca0ff..53a4dad37de23287f41528f12b1b5297def5e0dc 100644
--- a/ppapi/generators/pnacl_shim.h
+++ b/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.h
@@ -3,8 +3,8 @@
* found in the LICENSE file.
*/
-#ifndef PPAPI_GENERATORS_PNACL_SHIM_H_
-#define PPAPI_GENERATORS_PNACL_SHIM_H_
+#ifndef PPAPI_NATIVE_CLIENT_SRC_UNTRUSTED_PNACL_IRT_SHIM_PPAPI_SHIM_H_
+#define PPAPI_NATIVE_CLIENT_SRC_UNTRUSTED_PNACL_IRT_SHIM_PPAPI_SHIM_H_ 1
#include "ppapi/c/ppb.h"
@@ -26,4 +26,4 @@ struct __PnaclWrapperInfo {
const void* real_iface;
};
-#endif /* PPAPI_GENERATORS_PNACL_SHIM_H_ */
+#endif /* PPAPI_NATIVE_CLIENT_SRC_UNTRUSTED_PNACL_IRT_SHIM_PPAPI_SHIM_H_ */

Powered by Google App Engine
This is Rietveld 408576698