| Index: ios/web/shell/test/app/navigation_test_util.mm
|
| diff --git a/ios/web/shell/test/app/navigation_test_util.mm b/ios/web/shell/test/app/navigation_test_util.mm
|
| index 3266e2c2bece713c373beceb35ce7df308f245c0..5615a66369aa99f404d9163f4c03de1107f80d57 100644
|
| --- a/ios/web/shell/test/app/navigation_test_util.mm
|
| +++ b/ios/web/shell/test/app/navigation_test_util.mm
|
| @@ -7,6 +7,10 @@
|
| #import "ios/web/public/test/navigation_test_util.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 {
|
| namespace shell_test_util {
|
|
|
|
|