| Index: content/test/test_web_contents.h
|
| diff --git a/content/test/test_web_contents.h b/content/test/test_web_contents.h
|
| index 62910198ac31386b08828dfa0d124b44ad3b7bbf..f46d0f9c9119c2b1ce847964dac27d2e3a354b4a 100644
|
| --- a/content/test/test_web_contents.h
|
| +++ b/content/test/test_web_contents.h
|
| @@ -117,8 +117,9 @@ class TestWebContents : public WebContentsImpl, public WebContentsTester {
|
| // WebContentsImpl overrides
|
| void CreateNewWindow(
|
| SiteInstance* source_site_instance,
|
| - int route_id,
|
| - int main_frame_route_id,
|
| + int32_t route_id,
|
| + int32_t main_frame_route_id,
|
| + int32_t main_frame_widget_route_id,
|
| const ViewHostMsg_CreateWindow_Params& params,
|
| SessionStorageNamespace* session_storage_namespace) override;
|
| void CreateNewWidget(int32 render_process_id,
|
|
|