Index: ios/chrome/browser/ui/settings/accounts_collection_view_controller.mm |
diff --git a/ios/chrome/browser/ui/settings/accounts_collection_view_controller.mm b/ios/chrome/browser/ui/settings/accounts_collection_view_controller.mm |
index 9e92d473efa3816a451ab650569d19802e8503a5..2a0f0dd7db415b406305fbad872341e630de967e 100644 |
--- a/ios/chrome/browser/ui/settings/accounts_collection_view_controller.mm |
+++ b/ios/chrome/browser/ui/settings/accounts_collection_view_controller.mm |
@@ -646,9 +646,7 @@ typedef NS_ENUM(NSInteger, ItemType) { |
base::mac::ObjCCastStrict<CollectionViewAccountItem>( |
[_identityMap objectForKey:identity.gaiaID]); |
[self updateAccountItem:item withIdentity:identity]; |
- NSIndexPath* indexPath = |
- [self.collectionViewModel indexPathForItem:item |
- inSectionWithIdentifier:SectionIdentifierAccounts]; |
+ NSIndexPath* indexPath = [self.collectionViewModel indexPathForItem:item]; |
[self.collectionView reloadItemsAtIndexPaths:@[ indexPath ]]; |
} |