| 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_ */
|
|
|