| 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 e1330644a5f34d881784c475f85ce4cdcc604f87..6b08da1d611883d7804177c83ce334000eecff30 100644
|
| --- a/chrome/browser/tab_contents/render_view_context_menu_gtk.h
|
| +++ b/chrome/browser/tab_contents/render_view_context_menu_gtk.h
|
| @@ -12,9 +12,8 @@
|
| #include "chrome/browser/ui/gtk/menu_gtk.h"
|
| #include "ui/gfx/point.h"
|
|
|
| -class RenderWidgetHostView;
|
| -
|
| namespace content {
|
| +class RenderWidgetHostView;
|
| struct ContextMenuParams;
|
| }
|
|
|
| @@ -23,7 +22,7 @@ class RenderViewContextMenuGtk : public RenderViewContextMenu,
|
| public:
|
| RenderViewContextMenuGtk(content::WebContents* web_contents,
|
| const content::ContextMenuParams& params,
|
| - RenderWidgetHostView* view);
|
| + content::RenderWidgetHostView* view);
|
|
|
| virtual ~RenderViewContextMenuGtk();
|
|
|
|
|