| Index: ios/shared/chrome/browser/tabs/web_state_list_fast_enumeration_helper_unittest.mm | 
| diff --git a/ios/shared/chrome/browser/tabs/web_state_list_fast_enumeration_helper_unittest.mm b/ios/shared/chrome/browser/tabs/web_state_list_fast_enumeration_helper_unittest.mm | 
| index 6f17ea58a7787ccddffb8f451513beda19db9fc0..58fb791d5f4724dcefdb45073dcad432ae03499d 100644 | 
| --- a/ios/shared/chrome/browser/tabs/web_state_list_fast_enumeration_helper_unittest.mm | 
| +++ b/ios/shared/chrome/browser/tabs/web_state_list_fast_enumeration_helper_unittest.mm | 
| @@ -67,7 +67,7 @@ class WebStateListFastEnumerationHelperTest : public PlatformTest { | 
| test_web_state->SetCurrentURL(GURL(urls[index])); | 
|  | 
| web_state_list_.InsertWebState(web_state_list_.count(), | 
| -                                     test_web_state.release()); | 
| +                                     test_web_state.release(), nullptr); | 
| } | 
| } | 
|  | 
|  |