| Index: content/test/test_web_contents_view.h
|
| ===================================================================
|
| --- content/test/test_web_contents_view.h (revision 121660)
|
| +++ content/test/test_web_contents_view.h (working copy)
|
| @@ -30,7 +30,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,
|
|
|