Index: content/test/test_tab_contents_view.h |
diff --git a/content/test/test_tab_contents_view.h b/content/test/test_tab_contents_view.h |
index 04c1b10aab4a2f156eaac23df9828afd2e5a4ce5..4d05cdc25d17f44fb7dcaf8beeba3d6b203835bf 100644 |
--- a/content/test/test_tab_contents_view.h |
+++ b/content/test/test_tab_contents_view.h |
@@ -17,7 +17,8 @@ class TestTabContentsView : public TabContentsView { |
// RenderViewHostDelegate::View: |
virtual void CreateNewWindow( |
int route_id, |
- const ViewHostMsg_CreateWindow_Params& params) OVERRIDE; |
+ const ViewHostMsg_CreateWindow_Params& params, |
+ content::ContentFrame* opener) OVERRIDE; |
virtual void CreateNewWidget(int route_id, |
WebKit::WebPopupType popup_type) OVERRIDE; |
virtual void CreateNewFullscreenWidget(int route_id) OVERRIDE; |