Index: ppapi/proxy/dispatcher.h |
=================================================================== |
--- ppapi/proxy/dispatcher.h (revision 65614) |
+++ ppapi/proxy/dispatcher.h (working copy) |
@@ -55,8 +55,8 @@ |
public IPC::Message::Sender { |
public: |
typedef const void* (*GetInterfaceFunc)(const char*); |
- typedef const int32_t (*InitModuleFunc)(PP_Module, GetInterfaceFunc); |
- typedef const void (*ShutdownModuleFunc)(); |
+ typedef int32_t (*InitModuleFunc)(PP_Module, GetInterfaceFunc); |
+ typedef void (*ShutdownModuleFunc)(); |
~Dispatcher(); |