| Index: content/test/test_web_contents.h
|
| diff --git a/content/test/test_web_contents.h b/content/test/test_web_contents.h
|
| index fd3a3be4656923a41e94010349f0aa91be1e3cf6..6c087dbf3b90947939aa3127e693a0eeec788cf0 100644
|
| --- a/content/test/test_web_contents.h
|
| +++ b/content/test/test_web_contents.h
|
| @@ -116,7 +116,7 @@ class TestWebContents : public WebContentsImpl, public WebContentsTester {
|
| private:
|
| // WebContentsImpl overrides
|
| void CreateNewWindow(
|
| - int render_process_id,
|
| + SiteInstance* source_site_instance,
|
| int route_id,
|
| int main_frame_route_id,
|
| const ViewHostMsg_CreateWindow_Params& params,
|
|
|