| Index: ipc/ipc_channel_nacl.cc
|
| diff --git a/ipc/ipc_channel_nacl.cc b/ipc/ipc_channel_nacl.cc
|
| index 49ac1393af10891a79c181836b26551c63d23d1d..60a5ddaaf279999158cb9828ae5050b95efd2313 100644
|
| --- a/ipc/ipc_channel_nacl.cc
|
| +++ b/ipc/ipc_channel_nacl.cc
|
| @@ -80,7 +80,7 @@ class ChannelNacl::ReaderThreadRunner
|
|
|
| // DelegateSimpleThread implementation. Reads data from the pipe in a loop
|
| // until either we are told to quit or a read fails.
|
| - virtual void Run() override;
|
| + void Run() override;
|
|
|
| private:
|
| int pipe_;
|
|
|