| Index: ios/chrome/browser/context_menu/context_menu_egtest.mm
|
| diff --git a/ios/chrome/browser/context_menu/context_menu_egtest.mm b/ios/chrome/browser/context_menu/context_menu_egtest.mm
|
| index 398e05721f1f826376f1d7c3dd9fcb82d1989d67..738ceb3e147cd22933664ec705cc2773a2fa2dd0 100644
|
| --- a/ios/chrome/browser/context_menu/context_menu_egtest.mm
|
| +++ b/ios/chrome/browser/context_menu/context_menu_egtest.mm
|
| @@ -25,6 +25,10 @@
|
| #import "ios/web/public/test/http_server_util.h"
|
| #include "url/gurl.h"
|
|
|
| +#if !defined(__has_feature) || !__has_feature(objc_arc)
|
| +#error "This file requires ARC support."
|
| +#endif
|
| +
|
| using chrome_test_util::ButtonWithAccessibilityLabelId;
|
|
|
| namespace {
|
|
|