Index: ios/chrome/browser/ui/content_suggestions/expandable_item.h |
diff --git a/ios/chrome/browser/ui/suggestions/expandable_item.h b/ios/chrome/browser/ui/content_suggestions/expandable_item.h |
similarity index 93% |
rename from ios/chrome/browser/ui/suggestions/expandable_item.h |
rename to ios/chrome/browser/ui/content_suggestions/expandable_item.h |
index b96c112886d259cf18b085b1105782537ffdea91..889ed90c7175e36e88933fbe79567868ced743f8 100644 |
--- a/ios/chrome/browser/ui/suggestions/expandable_item.h |
+++ b/ios/chrome/browser/ui/content_suggestions/expandable_item.h |
@@ -8,7 +8,7 @@ |
#import <UIKit/UIKit.h> |
// Protocol allowing a CollectionViewItem to be expanded. |
-@protocol SuggestionsExpandableArticle |
+@protocol ExpandableItem |
// Whether the cells should be in expanded mode. |
@property(nonatomic) BOOL expanded; |