| Index: ios/web/web_state/ui/wk_back_forward_list_item_holder.mm
|
| diff --git a/ios/web/web_state/ui/wk_back_forward_list_item_holder.mm b/ios/web/web_state/ui/wk_back_forward_list_item_holder.mm
|
| index 32e9b372825f01079d8e317f4fd40e1132ece4a3..1d353bba077205b3a5d1da6c01fdfa1af9966ce7 100644
|
| --- a/ios/web/web_state/ui/wk_back_forward_list_item_holder.mm
|
| +++ b/ios/web/web_state/ui/wk_back_forward_list_item_holder.mm
|
| @@ -6,6 +6,10 @@
|
|
|
| #include "ios/web/public/navigation_item.h"
|
|
|
| +#if !defined(__has_feature) || !__has_feature(objc_arc)
|
| +#error "This file requires ARC support."
|
| +#endif
|
| +
|
| namespace web {
|
|
|
| namespace {
|
|
|