| Index: ios/chrome/browser/native_app_launcher/native_app_navigation_controller_unittest.mm
|
| diff --git a/ios/chrome/browser/native_app_launcher/native_app_navigation_controller_unittest.mm b/ios/chrome/browser/native_app_launcher/native_app_navigation_controller_unittest.mm
|
| index 695085c474950ebe1f29eb75271400236da1724a..0a60209048f29923202bc697b9ae444a3966d62a 100644
|
| --- a/ios/chrome/browser/native_app_launcher/native_app_navigation_controller_unittest.mm
|
| +++ b/ios/chrome/browser/native_app_launcher/native_app_navigation_controller_unittest.mm
|
| @@ -45,10 +45,8 @@ class NativeAppNavigationControllerTest : public ChromeWebTest {
|
| protected:
|
| void SetUp() override {
|
| ChromeWebTest::SetUp();
|
| - controller_.reset([[NativeAppNavigationController alloc]
|
| - initWithWebState:web_state()
|
| - requestContextGetter:GetBrowserState()->GetRequestContext()
|
| - tab:nil]);
|
| + controller_.reset(
|
| + [[NativeAppNavigationController alloc] initWithWebState:web_state()]);
|
|
|
| action_callback_ =
|
| base::Bind(&NativeAppNavigationControllerTest::OnUserAction,
|
|
|