| Index: ios/chrome/test/app/stack_view_test_util.mm
|
| diff --git a/ios/chrome/test/app/stack_view_test_util.mm b/ios/chrome/test/app/stack_view_test_util.mm
|
| index da74034976f00b00b20be8f3e36836797025eb4a..7e41c8ba0a7cafb232e761fc84025cbdca81de3e 100644
|
| --- a/ios/chrome/test/app/stack_view_test_util.mm
|
| +++ b/ios/chrome/test/app/stack_view_test_util.mm
|
| @@ -11,6 +11,10 @@
|
| #import "ios/chrome/test/app/chrome_test_util.h"
|
| #import "ios/chrome/test/app/tab_test_util.h"
|
|
|
| +#if !defined(__has_feature) || !__has_feature(objc_arc)
|
| +#error "This file requires ARC support."
|
| +#endif
|
| +
|
| namespace chrome_test_util {
|
|
|
| bool IsTabSwitcherActive() {
|
|
|