diff options
Diffstat (limited to 'ipc/ipc_channel.h')
-rw-r--r-- | ipc/ipc_channel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_channel.h b/ipc/ipc_channel.h index 718f2b3..983503b 100644 --- a/ipc/ipc_channel.h +++ b/ipc/ipc_channel.h @@ -140,7 +140,7 @@ class IPC_EXPORT Channel : public Message::Sender { // // |message| must be allocated using operator new. This object will be // deleted once the contents of the Message have been sent. - virtual bool Send(Message* message); + virtual bool Send(Message* message) OVERRIDE; #if defined(OS_POSIX) && !defined(OS_NACL) // On POSIX an IPC::Channel wraps a socketpair(), this method returns the |