Index: chrome/renderer/blocked_plugin.h |
diff --git a/chrome/renderer/blocked_plugin.h b/chrome/renderer/blocked_plugin.h |
index 16c88de76011762a8ffc5ed9ca434360e2fde982..abff76d1ded3adf13710fc7e555a676c5c0f41ff 100644 |
--- a/chrome/renderer/blocked_plugin.h |
+++ b/chrome/renderer/blocked_plugin.h |
@@ -30,9 +30,9 @@ class BlockedPlugin : public content::RenderViewObserver, |
webkit::npapi::WebViewPlugin* plugin() { return plugin_; } |
// WebViewPlugin::Delegate methods: |
- virtual void BindWebFrame(WebKit::WebFrame* frame); |
- virtual void WillDestroyPlugin(); |
- virtual void ShowContextMenu(const WebKit::WebMouseEvent&); |
+ virtual void BindWebFrame(WebKit::WebFrame* frame) OVERRIDE; |
+ virtual void WillDestroyPlugin() OVERRIDE; |
+ virtual void ShowContextMenu(const WebKit::WebMouseEvent&) OVERRIDE; |
private: |
virtual ~BlockedPlugin(); |