Index: ipc/ipc_channel_proxy.h |
diff --git a/ipc/ipc_channel_proxy.h b/ipc/ipc_channel_proxy.h |
index 521389ff42be1e3103b0c02e60bce052a3d3e1e9..ea951fed0f06aa927847a9c967751513f89266d9 100644 |
--- a/ipc/ipc_channel_proxy.h |
+++ b/ipc/ipc_channel_proxy.h |
@@ -147,7 +147,7 @@ class IPC_EXPORT ChannelProxy : public Message::Sender { |
// Send a message asynchronously. The message is routed to the background |
// thread where it is passed to the IPC::Channel's Send method. |
- virtual bool Send(Message* message); |
+ virtual bool Send(Message* message) OVERRIDE; |
// Used to intercept messages as they are received on the background thread. |
// |