| Index: ios/chrome/browser/ui/content_suggestions/content_suggestion.h
|
| diff --git a/ios/chrome/browser/ui/content_suggestions/content_suggestion.h b/ios/chrome/browser/ui/content_suggestions/content_suggestion.h
|
| index 472628c0b3a90ddffdc406d82e6c01ec63a80f89..227275f3fa897f9bff7c81ea009344ac8b165269 100644
|
| --- a/ios/chrome/browser/ui/content_suggestions/content_suggestion.h
|
| +++ b/ios/chrome/browser/ui/content_suggestions/content_suggestion.h
|
| @@ -7,13 +7,14 @@
|
|
|
| #import <UIKit/UIKit.h>
|
|
|
| -#import "ios/chrome/browser/ui/content_suggestions/content_suggestion_identifier.h"
|
| -#include "url/gurl.h"
|
| +#import "ios/chrome/browser/ui/content_suggestions/identifier/content_suggestion_identifier.h"
|
|
|
| namespace base {
|
| class Time;
|
| }
|
|
|
| +class GURL;
|
| +
|
| // Enum defining the type of a ContentSuggestions.
|
| typedef NS_ENUM(NSInteger, ContentSuggestionType) {
|
| ContentSuggestionTypeArticle
|
|
|