| 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 7ba68df3b9220c138feb3af759caa089d78270d5..64a3d1ea39bf64c7f3ca406ac382f0137b4d323b 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, NO);
|
| + web_state_->GetNavigationManagerImpl().InitializeSession(NO);
|
| WebUIIOSControllerFactory::RegisterFactory(
|
| new TestWebUIControllerFactory(ui_handler_.get()));
|
| }
|
|
|