| Index: ios/chrome/browser/ui/content_suggestions/content_suggestions_commands.h
|
| diff --git a/ios/chrome/browser/ui/content_suggestions/content_suggestions_commands.h b/ios/chrome/browser/ui/content_suggestions/content_suggestions_commands.h
|
| index 466424fa0051ecfff0f3948b1cdba45d695afa26..e5d015afd475cfd8b93b60ff71b2fa225d18c47a 100644
|
| --- a/ios/chrome/browser/ui/content_suggestions/content_suggestions_commands.h
|
| +++ b/ios/chrome/browser/ui/content_suggestions/content_suggestions_commands.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef IOS_CHROME_BROWSER_UI_CONTENT_SUGGESTIONS_CONTENT_SUGGESTIONS_COMMANDS_H_
|
| #define IOS_CHROME_BROWSER_UI_CONTENT_SUGGESTIONS_CONTENT_SUGGESTIONS_COMMANDS_H_
|
|
|
| -@class ContentSuggestionsArticleItem;
|
| +@class ContentSuggestionsItem;
|
| class GURL;
|
|
|
| // Commands protocol for the ContentSuggestionsViewController.
|
| @@ -16,7 +16,7 @@ class GURL;
|
| // Opens the |URL|.
|
| - (void)openURL:(const GURL&)URL;
|
| // Displays a context menu for opening the |articleItem|.
|
| -- (void)displayContextMenuForArticle:(ContentSuggestionsArticleItem*)articleItem
|
| +- (void)displayContextMenuForArticle:(ContentSuggestionsItem*)articleItem
|
| atPoint:(CGPoint)touchLocation
|
| atIndexPath:(NSIndexPath*)indexPath;
|
| // Dismisses the context menu if it is displayed.
|
|
|