| Index: ios/web/webui/web_ui_mojo_inttest.mm
|
| diff --git a/ios/web/webui/web_ui_mojo_inttest.mm b/ios/web/webui/web_ui_mojo_inttest.mm
|
| index e2bdad6fcba575120a0d5ac561402d15462b6b61..7ba68df3b9220c138feb3af759caa089d78270d5 100644
|
| --- a/ios/web/webui/web_ui_mojo_inttest.mm
|
| +++ b/ios/web/webui/web_ui_mojo_inttest.mm
|
| @@ -134,7 +134,7 @@ class WebUIMojoTest : public WebIntTest {
|
| WebUIMojoTest()
|
| : web_state_(new WebStateImpl(GetBrowserState())),
|
| ui_handler_(new TestUIHandler()) {
|
| - web_state_->GetNavigationManagerImpl().InitializeSession(nil, nil, NO, 0);
|
| + web_state_->GetNavigationManagerImpl().InitializeSession(nil, NO);
|
| WebUIIOSControllerFactory::RegisterFactory(
|
| new TestWebUIControllerFactory(ui_handler_.get()));
|
| }
|
|
|