| Index: content/browser/tab_contents/tab_contents_view_win.h
|
| ===================================================================
|
| --- content/browser/tab_contents/tab_contents_view_win.h (revision 121660)
|
| +++ content/browser/tab_contents/tab_contents_view_win.h (working copy)
|
| @@ -65,7 +65,8 @@
|
| virtual void ShowCreatedWidget(int route_id,
|
| const gfx::Rect& initial_pos) OVERRIDE;
|
| virtual void ShowCreatedFullscreenWidget(int route_id) OVERRIDE;
|
| - virtual void ShowContextMenu(const ContextMenuParams& params) OVERRIDE;
|
| + virtual void ShowContextMenu(
|
| + const content::ContextMenuParams& params) OVERRIDE;
|
| virtual void ShowPopupMenu(const gfx::Rect& bounds,
|
| int item_height,
|
| double item_font_size,
|
|
|