| Index: content/browser/tab_contents/tab_contents_view_wrapper_gtk.h
|
| ===================================================================
|
| --- content/browser/tab_contents/tab_contents_view_wrapper_gtk.h (revision 121660)
|
| +++ content/browser/tab_contents/tab_contents_view_wrapper_gtk.h (working copy)
|
| @@ -11,11 +11,11 @@
|
| #include "content/common/content_export.h"
|
| #include "ui/gfx/native_widget_types.h"
|
|
|
| -struct ContextMenuParams;
|
|
|
| namespace content {
|
|
|
| class TabContentsViewGtk;
|
| +struct ContextMenuParams;
|
|
|
| // An object that supplies the Gtk parent of TabContentsViewGtk. Embedders may
|
| // want to insert widgets that provide features that live with the
|
| @@ -47,7 +47,7 @@
|
|
|
| // Complete hack because I have no idea where else to put this platform
|
| // specific crud.
|
| - virtual void ShowContextMenu(const ContextMenuParams& params) = 0;
|
| + virtual void ShowContextMenu(const content::ContextMenuParams& params) = 0;
|
|
|
| virtual ~TabContentsViewWrapperGtk() {}
|
| };
|
|
|