Index: content/test/test_web_contents.h |
diff --git a/content/test/test_web_contents.h b/content/test/test_web_contents.h |
index 8e3c2b55f382e97046ed300a1fbcd5cd4df6e19a..92f8db398ff937e4aaba5cf0cada276d9a9e03aa 100644 |
--- a/content/test/test_web_contents.h |
+++ b/content/test/test_web_contents.h |
@@ -112,9 +112,9 @@ class TestWebContents : public WebContentsImpl, public WebContentsTester { |
void CreateNewFullscreenWidget(int render_process_id, int route_id) override; |
void ShowCreatedWindow(int route_id, |
WindowOpenDisposition disposition, |
- const gfx::Rect& initial_pos, |
+ const gfx::Rect& initial_rect, |
bool user_gesture) override; |
- void ShowCreatedWidget(int route_id, const gfx::Rect& initial_pos) override; |
+ void ShowCreatedWidget(int route_id, const gfx::Rect& initial_rect) override; |
void ShowCreatedFullscreenWidget(int route_id) override; |
RenderViewHostDelegateView* delegate_view_override_; |