| Index: ios/chrome/browser/ui/history/tab_history_popup_controller_egtest.mm
|
| diff --git a/ios/chrome/browser/ui/history/tab_history_popup_controller_egtest.mm b/ios/chrome/browser/ui/history/tab_history_popup_controller_egtest.mm
|
| index 3e3399b73381c2f02c4bda7be3eab862f6b895d8..1881fe8047aca2f67d18d3facb96dd8bf9bd924e 100644
|
| --- a/ios/chrome/browser/ui/history/tab_history_popup_controller_egtest.mm
|
| +++ b/ios/chrome/browser/ui/history/tab_history_popup_controller_egtest.mm
|
| @@ -12,6 +12,10 @@
|
| #import "ios/web/public/test/http_server.h"
|
| #import "ios/web/public/test/http_server_util.h"
|
|
|
| +#if !defined(__has_feature) || !__has_feature(objc_arc)
|
| +#error "This file requires ARC support."
|
| +#endif
|
| +
|
| // Tests for tab history popup.
|
| @interface TabHistoryPopupControllerTestCase : ChromeTestCase
|
| @end
|
|
|