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

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

Issue 9420007: Move RenderWidgetHostView into content namespace. Fix include paths. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix linux_chromeos_gtk build issue not caught by trybots. Created 8 years, 10 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 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();
« no previous file with comments | « chrome/browser/tab_contents/render_view_context_menu.cc ('k') | chrome/browser/tab_contents/render_view_context_menu_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698