| 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..4f0e26fac126b9faa74f1e59441799199810eb6c 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
|
| @@ -47,8 +47,7 @@ class NativeAppNavigationControllerTest : public ChromeWebTest {
|
| ChromeWebTest::SetUp();
|
| controller_.reset([[NativeAppNavigationController alloc]
|
| initWithWebState:web_state()
|
| - requestContextGetter:GetBrowserState()->GetRequestContext()
|
| - tab:nil]);
|
| + requestContextGetter:GetBrowserState()->GetRequestContext()]);
|
|
|
| action_callback_ =
|
| base::Bind(&NativeAppNavigationControllerTest::OnUserAction,
|
|
|