| Index: chrome/browser/tab_contents/render_view_context_menu_gtk.h
|
| diff --git a/chrome/browser/tab_contents/render_view_context_menu_gtk.h b/chrome/browser/tab_contents/render_view_context_menu_gtk.h
|
| index 031be003b70cf98f9de6d3867e7e55a9b4f69eff..11cc91c82fad07e7d627849a5bb962326cb250f6 100644
|
| --- a/chrome/browser/tab_contents/render_view_context_menu_gtk.h
|
| +++ b/chrome/browser/tab_contents/render_view_context_menu_gtk.h
|
| @@ -20,7 +20,7 @@ class RenderViewContextMenuGtk : public RenderViewContextMenu,
|
| const ContextMenuParams& params,
|
| uint32_t triggering_event_time);
|
|
|
| - ~RenderViewContextMenuGtk();
|
| + virtual ~RenderViewContextMenuGtk();
|
|
|
| // Show the menu at the given location.
|
| void Popup(const gfx::Point& point);
|
|
|