| Index: ios/chrome/browser/ui/activity_services/activity_service_controller_egtest.mm
|
| diff --git a/ios/chrome/browser/ui/activity_services/activity_service_controller_egtest.mm b/ios/chrome/browser/ui/activity_services/activity_service_controller_egtest.mm
|
| index 85f18be2266268763679309d8ff93853a91c609f..9211cfff2d027798b84ebeb455e046164af3862b 100644
|
| --- a/ios/chrome/browser/ui/activity_services/activity_service_controller_egtest.mm
|
| +++ b/ios/chrome/browser/ui/activity_services/activity_service_controller_egtest.mm
|
| @@ -22,6 +22,10 @@
|
| #include "ios/web/public/test/response_providers/response_provider.h"
|
| #include "ui/base/l10n/l10n_util_mac.h"
|
|
|
| +#if !defined(__has_feature) || !__has_feature(objc_arc)
|
| +#error "This file requires ARC support."
|
| +#endif
|
| +
|
| namespace {
|
|
|
| // Assert the activity service is visible by checking the "copy" button.
|
|
|