| Index: ipc/ipc_test_sink.h | 
| diff --git a/ipc/ipc_test_sink.h b/ipc/ipc_test_sink.h | 
| index 1ea2d0cf911c18836e254af99cf1e3f87ea4c123..1a213ee124588dbc360b237724b532ba625e69f4 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) OVERRIDE; | 
| -  virtual bool Connect() WARN_UNUSED_RESULT OVERRIDE; | 
| +  virtual bool Connect() OVERRIDE WARN_UNUSED_RESULT; | 
| virtual void Close() OVERRIDE; | 
| virtual base::ProcessId GetPeerPID() const OVERRIDE; | 
|  | 
|  |