| 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..17d7ba7af1051bb5d0b9431412838fecde7487af 100644
|
| --- a/chrome/browser/tab_contents/render_view_context_menu.h
|
| +++ b/chrome/browser/tab_contents/render_view_context_menu.h
|
| @@ -123,6 +123,9 @@ class RenderViewContextMenuProxy {
|
| virtual content::RenderViewHost* GetRenderViewHost() const = 0;
|
| virtual content::WebContents* GetWebContents() const = 0;
|
| virtual Profile* GetProfile() const = 0;
|
| +
|
| + protected:
|
| + virtual ~RenderViewContextMenuProxy() { }
|
| };
|
|
|
| class RenderViewContextMenu : public ui::SimpleMenuModel::Delegate,
|
|
|