Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2832)

Unified Diff: chrome/browser/tab_contents/render_view_context_menu_gtk.h

Issue 7064033: Virtual destructors should have virtual keyword. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « chrome/browser/sync/util/extensions_activity_monitor.h ('k') | chrome/browser/tab_contents/thumbnail_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698