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 4d4c92328ad35ef9330b567669d3426039835eff..5e8ca996f45b4a1cf68948bcfacdae2cbe3f0d60 100644 |
--- a/ppapi/native_client/src/trusted/plugin/nacl_entry_points.h |
+++ b/ppapi/native_client/src/trusted/plugin/nacl_entry_points.h |
@@ -28,7 +28,7 @@ typedef PP_ExternalPluginResult (*LaunchNaClProcessFunc)( |
PP_Bool enable_dyncode_syscalls, |
PP_Bool enable_exception_handling, |
PP_Bool enable_crash_throttling, |
- const PP_ManifestService* manifest_service_interface, |
+ const PPP_ManifestService* manifest_service_interface, |
void* manifest_service_user_data, |
NaClHandle* result_socket, |
struct PP_Var* error_message, |