Index: content/common/gpu/gpu_channel.h |
diff --git a/content/common/gpu/gpu_channel.h b/content/common/gpu/gpu_channel.h |
index 1efebcae1eeae554fb1c2f3660339939f30a9b7e..5a5d501f87016a38255646a296918e454164c137 100644 |
--- a/content/common/gpu/gpu_channel.h |
+++ b/content/common/gpu/gpu_channel.h |
@@ -73,9 +73,9 @@ class GpuChannel : public IPC::Channel::Listener, |
} |
// IPC::Channel::Listener implementation: |
- virtual bool OnMessageReceived(const IPC::Message& msg); |
- virtual void OnChannelError(); |
- virtual void OnChannelConnected(int32 peer_pid); |
+ virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE; |
+ virtual void OnChannelError() OVERRIDE; |
+ virtual void OnChannelConnected(int32 peer_pid) OVERRIDE; |
// IPC::Message::Sender implementation: |
virtual bool Send(IPC::Message* msg); |