| Index: ios/web/shell/test/app/web_shell_test_util.mm
|
| diff --git a/ios/web/shell/test/app/web_shell_test_util.mm b/ios/web/shell/test/app/web_shell_test_util.mm
|
| index 23fbde6b5fbaf19657a0843ebefe7c3177917a4f..1a45a96468c9f716bfa75694115ce1a829402c71 100644
|
| --- a/ios/web/shell/test/app/web_shell_test_util.mm
|
| +++ b/ios/web/shell/test/app/web_shell_test_util.mm
|
| @@ -8,6 +8,10 @@
|
|
|
| #import "ios/web/shell/view_controller.h"
|
|
|
| +#if !defined(__has_feature) || !__has_feature(objc_arc)
|
| +#error "This file requires ARC support."
|
| +#endif
|
| +
|
| namespace web {
|
| namespace shell_test_util {
|
|
|
|
|