diff options
Diffstat (limited to 'ppapi/c/private')
-rw-r--r-- | ppapi/c/private/ppb_nacl_private.h (renamed from ppapi/c/private/ppb_nacl_util_private.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ppapi/c/private/ppb_nacl_util_private.h b/ppapi/c/private/ppb_nacl_private.h index 462477f..3b07a9b 100644 --- a/ppapi/c/private/ppb_nacl_util_private.h +++ b/ppapi/c/private/ppb_nacl_private.h @@ -8,9 +8,9 @@ #include "ppapi/c/pp_resource.h" #include "ppapi/c/pp_stdint.h" -#define PPB_NACLUTIL_PRIVATE_INTERFACE "PPB_NaClUtil(Private);0.1" +#define PPB_NACL_PRIVATE_INTERFACE "PPB_NaCl(Private);0.1" -struct PPB_NaClUtil_Private { +struct PPB_NaCl_Private { // This function launches NaCl's sel_ldr process. On success, the function // returns true, otherwise it returns false. When it returns true, it will // write |socket_count| nacl::Handles to imc_handles and will write the @@ -26,4 +26,4 @@ struct PPB_NaClUtil_Private { int (*UrandomFD)(void); }; -#endif // PPAPI_C_PRIVATE_PPB_NACL_UTIL_PRIVATE_H_ +#endif // PPAPI_C_PRIVATE_PPB_NACL_PRIVATE_H_ |