| Index: ios/chrome/browser/ui/content_suggestions/content_suggestions_view_controller.mm
|
| diff --git a/ios/chrome/browser/ui/content_suggestions/content_suggestions_view_controller.mm b/ios/chrome/browser/ui/content_suggestions/content_suggestions_view_controller.mm
|
| index 7440f90c09c53f307bbe29989232ee5e519b2c1d..36c152b2cbe91aba845176c6811e8a6cd8d7608c 100644
|
| --- a/ios/chrome/browser/ui/content_suggestions/content_suggestions_view_controller.mm
|
| +++ b/ios/chrome/browser/ui/content_suggestions/content_suggestions_view_controller.mm
|
| @@ -16,6 +16,7 @@
|
| #import "ios/chrome/browser/ui/content_suggestions/content_suggestions_stack_item_actions.h"
|
| #import "ios/chrome/browser/ui/content_suggestions/content_suggestions_text_item_actions.h"
|
| #import "ios/chrome/browser/ui/content_suggestions/expandable_item.h"
|
| +#include "url/gurl.h"
|
|
|
| #if !defined(__has_feature) || !__has_feature(objc_arc)
|
| #error "This file requires ARC support."
|
|
|