Index: content/test/test_web_contents.h |
diff --git a/content/test/test_web_contents.h b/content/test/test_web_contents.h |
index 2470767b012b49496bc9ea6f94b61962616107a8..e42abfef21aeb80b94fc07b610b768505ff73457 100644 |
--- a/content/test/test_web_contents.h |
+++ b/content/test/test_web_contents.h |
@@ -60,7 +60,7 @@ class TestWebContents : public WebContentsImpl, public WebContentsTester { |
RenderViewHost* render_view_host, |
int opener_route_id, |
int proxy_routing_id, |
- CrossProcessFrameConnector* frame_connector) OVERRIDE; |
+ bool for_main_frame) OVERRIDE; |
virtual void UpdateRenderViewSizeForRenderManager() OVERRIDE {} |
// Returns a clone of this TestWebContents. The returned object is also a |