| Index: ppapi/native_client/src/trusted/plugin/nacl_entry_points.h
|
| diff --git a/ppapi/native_client/src/trusted/plugin/nacl_entry_points.h b/ppapi/native_client/src/trusted/plugin/nacl_entry_points.h
|
| index d40e2541031e7fc34c91a1d64bb528960a4fdb97..f915edd8b6f2328bba2bfe0bfd41c6d4f6d0069a 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/nacl_entry_points.h
|
| +++ b/ppapi/native_client/src/trusted/plugin/nacl_entry_points.h
|
| @@ -12,7 +12,7 @@
|
| #include <map>
|
| #include <string>
|
|
|
| -#include "native_client/src/shared/imc/nacl_imc.h"
|
| +#include "native_client/src/shared/imc/nacl_imc_c.h"
|
| #include "ppapi/c/pp_instance.h"
|
| #include "ppapi/c/private/ppb_nacl_private.h"
|
|
|
| @@ -21,7 +21,7 @@ typedef PP_NaClResult (*LaunchNaClProcessFunc)(PP_Instance instance,
|
| PP_Bool uses_irt,
|
| PP_Bool uses_ppapi,
|
| PP_Bool enable_ppapi_dev,
|
| - nacl::Handle* result_socket);
|
| + NaClHandle* result_socket);
|
|
|
|
|
| extern LaunchNaClProcessFunc launch_nacl_process;
|
|
|