| Index: ios/web/shell/test/earl_grey/shell_actions.mm
|
| diff --git a/ios/web/shell/test/earl_grey/shell_actions.mm b/ios/web/shell/test/earl_grey/shell_actions.mm
|
| index ebcb7c798cd0c23f9d284bb2ca65b3bcb93c2f49..3bf9ef6a341998fa7d459b4b9f7d0a0783472f37 100644
|
| --- a/ios/web/shell/test/earl_grey/shell_actions.mm
|
| +++ b/ios/web/shell/test/earl_grey/shell_actions.mm
|
| @@ -7,6 +7,10 @@
|
| #import "ios/web/public/test/earl_grey/web_view_actions.h"
|
| #import "ios/web/shell/test/app/web_shell_test_util.h"
|
|
|
| +#if !defined(__has_feature) || !__has_feature(objc_arc)
|
| +#error "This file requires ARC support."
|
| +#endif
|
| +
|
| namespace web {
|
|
|
| id<GREYAction> longPressElementForContextMenu(const std::string& element_id,
|
|
|