Index: ios/chrome/browser/ui/settings/time_range_selector_collection_view_controller.mm |
diff --git a/ios/chrome/browser/ui/settings/time_range_selector_collection_view_controller.mm b/ios/chrome/browser/ui/settings/time_range_selector_collection_view_controller.mm |
index 10a7895d8c17fa7a71eb4118b4df4302025f9874..23bedfa6ef86cee355cf24c0f0b9f44029cadf55 100644 |
--- a/ios/chrome/browser/ui/settings/time_range_selector_collection_view_controller.mm |
+++ b/ios/chrome/browser/ui/settings/time_range_selector_collection_view_controller.mm |
@@ -126,8 +126,7 @@ initWithPrefs:(PrefService*)prefs |
} |
} |
- [self reconfigureCellsForItems:modifiedItems |
- inSectionWithIdentifier:SectionIdentifierOptions]; |
+ [self reconfigureCellsForItems:modifiedItems]; |
} |
- (void)updatePrefValue:(int)prefValue { |