| Index: ipc/ipc_channel.h
|
| diff --git a/ipc/ipc_channel.h b/ipc/ipc_channel.h
|
| index 2fc52cb58750684ffc4aa40e3ff3565c69908675..3468194011c1fa669086ccb0c7c299d1ab391a31 100644
|
| --- a/ipc/ipc_channel.h
|
| +++ b/ipc/ipc_channel.h
|
| @@ -178,7 +178,7 @@ class IPC_EXPORT Channel : public 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) override = 0;
|
| + bool Send(Message* message) override = 0;
|
|
|
| // NaCl in Non-SFI mode runs on Linux directly, and the following functions
|
| // compiled on Linux are also needed. Please see also comments in
|
|
|