| Index: content/test/test_web_contents.cc
|
| diff --git a/content/test/test_web_contents.cc b/content/test/test_web_contents.cc
|
| index b7b958ebe78474a116db1301dc42789e524b394c..1ca2c54c3e86ae1be758efb2bf6039309b2cd8bf 100644
|
| --- a/content/test/test_web_contents.cc
|
| +++ b/content/test/test_web_contents.cc
|
| @@ -302,11 +302,11 @@ void TestWebContents::TestDidFailLoadWithError(
|
|
|
| void TestWebContents::CreateNewWindow(
|
| SiteInstance* source_site_instance,
|
| - int route_id,
|
| - int main_frame_route_id,
|
| + int32 route_id,
|
| + int32 main_frame_route_id,
|
| + int32 main_frame_widget_route_id,
|
| const ViewHostMsg_CreateWindow_Params& params,
|
| - SessionStorageNamespace* session_storage_namespace) {
|
| -}
|
| + SessionStorageNamespace* session_storage_namespace) {}
|
|
|
| void TestWebContents::CreateNewWidget(int render_process_id,
|
| int route_id,
|
|
|