| Index: ios/web/shell/test/earl_grey/shell_earl_grey.mm
|
| diff --git a/ios/web/shell/test/earl_grey/shell_earl_grey.mm b/ios/web/shell/test/earl_grey/shell_earl_grey.mm
|
| index 63c7552ae0e31b1609f855064b95da29acdd077f..c100282ce25fafe970ba670db11cfc046bb14637 100644
|
| --- a/ios/web/shell/test/earl_grey/shell_earl_grey.mm
|
| +++ b/ios/web/shell/test/earl_grey/shell_earl_grey.mm
|
| @@ -10,6 +10,10 @@
|
| #include "ios/web/shell/test/app/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 {
|
| const NSTimeInterval kWaitForPageLoadTimeout = 10.0;
|
| } // namespace
|
|
|