Index: ios/chrome/browser/ui/settings/save_passwords_collection_view_controller.mm |
diff --git a/ios/chrome/browser/ui/settings/save_passwords_collection_view_controller.mm b/ios/chrome/browser/ui/settings/save_passwords_collection_view_controller.mm |
index 200802df22d43a84d64ecfe29a68c315f5f8b09f..742b1c7ba7c18760938259d0b7d1651cc1dcad8f 100644 |
--- a/ios/chrome/browser/ui/settings/save_passwords_collection_view_controller.mm |
+++ b/ios/chrome/browser/ui/settings/save_passwords_collection_view_controller.mm |
@@ -395,8 +395,7 @@ void SavePasswordsConsumer::OnGetPasswordStoreResults( |
savePasswordsItem_.get().on = [passwordManagerEnabled_ value]; |
// Update the cell. |
- [self reconfigureCellsForItems:@[ savePasswordsItem_ ] |
- inSectionWithIdentifier:SectionIdentifierSavePasswordsSwitch]; |
+ [self reconfigureCellsForItems:@[ savePasswordsItem_ ]]; |
// Update the rest of the UI. |
[self.editor setEditing:NO]; |