| 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 aa231433f7be959d111d485fbd1f5a5bee87db38..a703114a1ded3d72739ba1a1b32c0d8f1294d7f9 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
|
| @@ -48,10 +48,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,
|
|
|