summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_sync_message.h
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipc_sync_message.h')
-rw-r--r--ipc/ipc_sync_message.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_sync_message.h b/ipc/ipc_sync_message.h
index 5d072a7..37c6c71 100644
--- a/ipc/ipc_sync_message.h
+++ b/ipc/ipc_sync_message.h
@@ -22,7 +22,7 @@ class MessageReplyDeserializer;
class SyncMessage : public Message {
public:
- SyncMessage(int32 routing_id, uint16 type, PriorityValue priority,
+ SyncMessage(int32 routing_id, uint32 type, PriorityValue priority,
MessageReplyDeserializer* deserializer);
// Call this to get a deserializer for the output parameters.