| Index: ipc/ipc_test_sink.h
|
| diff --git a/ipc/ipc_test_sink.h b/ipc/ipc_test_sink.h
|
| index ad1125a3fc571d61db71ae87c399ca8e68df938d..735fa1b30e89f4cb5e848963139c8791c1c2bfcb 100644
|
| --- a/ipc/ipc_test_sink.h
|
| +++ b/ipc/ipc_test_sink.h
|
| @@ -78,7 +78,7 @@ class TestSink : public Channel {
|
|
|
| // Interface in IPC::Channel. This copies the message to the sink and then
|
| // deletes it.
|
| - virtual bool Send(IPC::Message* message);
|
| + virtual bool Send(IPC::Message* message) OVERRIDE;
|
|
|
| // Used by the source of the messages to send the message to the sink. This
|
| // will make a copy of the message and store it in the list.
|
|
|