Index: chrome/browser/tab_contents/render_view_context_menu.h |
diff --git a/chrome/browser/tab_contents/render_view_context_menu.h b/chrome/browser/tab_contents/render_view_context_menu.h |
index 438f188410706a0ae7e766daa9cd6d95085e9855..7993bd5fd207cf6d9a47e49b9dbdab87100fd647 100644 |
--- a/chrome/browser/tab_contents/render_view_context_menu.h |
+++ b/chrome/browser/tab_contents/render_view_context_menu.h |
@@ -103,6 +103,8 @@ struct WebPluginAction; |
// |
class RenderViewContextMenuProxy { |
public: |
+ virtual ~RenderViewContextMenuProxy() { } |
+ |
// Add a menu item to a context menu. |
virtual void AddMenuItem(int command_id, const string16& title) = 0; |
virtual void AddCheckItem(int command_id, const string16& title) = 0; |