summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message.h
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipc_message.h')
-rw-r--r--ipc/ipc_message.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/ipc_message.h b/ipc/ipc_message.h
index fc37d72..198e6c0 100644
--- a/ipc/ipc_message.h
+++ b/ipc/ipc_message.h
@@ -222,6 +222,7 @@ class IPC_EXPORT Message : public Pickle {
protected:
friend class Channel;
+ friend class ChannelMojo;
friend class ChannelNacl;
friend class ChannelPosix;
friend class ChannelWin;