| Index: content/test/test_web_contents.cc
|
| diff --git a/content/test/test_web_contents.cc b/content/test/test_web_contents.cc
|
| index c1ca5ea6db16e0f73e565f270060e7fa98aad1f7..d712e5ff8ff85bc3a4c1e113feaf015d6e6e7dfb 100644
|
| --- a/content/test/test_web_contents.cc
|
| +++ b/content/test/test_web_contents.cc
|
| @@ -302,12 +302,12 @@ void TestWebContents::CreateNewWindow(
|
| const ViewHostMsg_CreateWindow_Params& params,
|
| SessionStorageNamespace* session_storage_namespace) {}
|
|
|
| -void TestWebContents::CreateNewWidget(int32 render_process_id,
|
| - int32 route_id,
|
| +void TestWebContents::CreateNewWidget(int32_t render_process_id,
|
| + int32_t route_id,
|
| blink::WebPopupType popup_type) {}
|
|
|
| -void TestWebContents::CreateNewFullscreenWidget(int32 render_process_id,
|
| - int32 route_id) {}
|
| +void TestWebContents::CreateNewFullscreenWidget(int32_t render_process_id,
|
| + int32_t route_id) {}
|
|
|
| void TestWebContents::ShowCreatedWindow(int route_id,
|
| WindowOpenDisposition disposition,
|
|
|