| Index: ipc/ipc_channel_nacl.cc
|
| diff --git a/ipc/ipc_channel_nacl.cc b/ipc/ipc_channel_nacl.cc
|
| index 7cf7397dd3052f50337c1fcbaad0c3c0416f83a1..783ee2620603febd27e669eab58bc074c587d288 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;
|
| + virtual void Run() override;
|
|
|
| private:
|
| int pipe_;
|
|
|