| Index: ios/chrome/browser/ui/collection_view/collection_view_controller.h
|
| diff --git a/ios/chrome/browser/ui/collection_view/collection_view_controller.h b/ios/chrome/browser/ui/collection_view/collection_view_controller.h
|
| index d777ca81c5955605b7fd079b64478a69f98ecc29..a8b8ec44a9e558e7b81319ee51a9f0d6dc8783d2 100644
|
| --- a/ios/chrome/browser/ui/collection_view/collection_view_controller.h
|
| +++ b/ios/chrome/browser/ui/collection_view/collection_view_controller.h
|
| @@ -44,8 +44,7 @@ typedef NS_ENUM(NSInteger, CollectionViewControllerStyle) {
|
|
|
| // Reconfigures the cells corresponding to the given |items| by calling
|
| // |configureCell:| on each cell.
|
| -- (void)reconfigureCellsForItems:(NSArray*)items
|
| - inSectionWithIdentifier:(NSInteger)sectionIdentifier;
|
| +- (void)reconfigureCellsForItems:(NSArray*)items;
|
|
|
| // Reconfigures the cells corresponding to the given |indexPaths| by calling
|
| // |configureCell:| on each cell.
|
|
|