| Index: ios/chrome/browser/content_suggestions/content_suggestions_category_wrapper.mm
|
| diff --git a/ios/chrome/browser/content_suggestions/content_suggestions_category_wrapper.mm b/ios/chrome/browser/content_suggestions/content_suggestions_category_wrapper.mm
|
| index cc342d5388e749ed72578d7542a0b71ce8ed872f..1c48328fdda28296032fccd6a0e3ebb2dbd54b24 100644
|
| --- a/ios/chrome/browser/content_suggestions/content_suggestions_category_wrapper.mm
|
| +++ b/ios/chrome/browser/content_suggestions/content_suggestions_category_wrapper.mm
|
| @@ -18,6 +18,11 @@
|
|
|
| @implementation ContentSuggestionsCategoryWrapper
|
|
|
| ++ (ContentSuggestionsCategoryWrapper*)wrapperWithCategory:
|
| + (ntp_snippets::Category)category {
|
| + return [[ContentSuggestionsCategoryWrapper alloc] initWithCategory:category];
|
| +}
|
| +
|
| @synthesize categoryID = _categoryID;
|
|
|
| - (instancetype)initWithCategory:(ntp_snippets::Category)category {
|
|
|