Index: content/plugin/webplugin_delegate_stub.h |
diff --git a/content/plugin/webplugin_delegate_stub.h b/content/plugin/webplugin_delegate_stub.h |
index 669abcc6cab00ec1d7726ca2f241d9d0ddf17d22..981febbacb7660862fc354fd83db9b1c25aea547 100644 |
--- a/content/plugin/webplugin_delegate_stub.h |
+++ b/content/plugin/webplugin_delegate_stub.h |
@@ -44,10 +44,10 @@ class WebPluginDelegateStub : public IPC::Channel::Listener, |
PluginChannel* channel); |
// IPC::Channel::Listener implementation: |
- virtual bool OnMessageReceived(const IPC::Message& msg); |
+ virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE; |
// IPC::Message::Sender implementation: |
- virtual bool Send(IPC::Message* msg); |
+ virtual bool Send(IPC::Message* msg) OVERRIDE; |
int instance_id() { return instance_id_; } |
WebPluginProxy* webplugin() { return webplugin_; } |