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

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 up mips 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/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.h b/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.h
index eb801831163c83b1d734439d9a8fbf8ce87d8c04..9396d9e196ff124f8fff7906b9e4503d356cce66 100644
--- a/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.h
+++ b/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.h
@@ -4,7 +4,7 @@
*/
#ifndef PPAPI_NATIVE_CLIENT_SRC_UNTRUSTED_PNACL_IRT_SHIM_PNACL_SHIM_H_
-#define PPAPI_NATIVE_CLIENT_SRC_UNTRUSTED_PNACL_IRT_SHIM_PNACL_SHIM_H_
+#define PPAPI_NATIVE_CLIENT_SRC_UNTRUSTED_PNACL_IRT_SHIM_PNACL_SHIM_H_ 1
Mark Seaborn 2014/02/26 22:11:03 Chrome style is not to have the "1" here, so you d
jvoung (off chromium) 2014/02/27 01:39:55 Done.
#include "ppapi/c/ppb.h"

Powered by Google App Engine
This is Rietveld 408576698