| Index: ios/web/web_state/js/common_js_unittest.mm
|
| diff --git a/ios/web/web_state/js/common_js_unittest.mm b/ios/web/web_state/js/common_js_unittest.mm
|
| index bd95cd6901669b424d93e5788008736e42c1555e..a8afe66c79d7b7672b3d22cfdb9a39a3630c3806 100644
|
| --- a/ios/web/web_state/js/common_js_unittest.mm
|
| +++ b/ios/web/web_state/js/common_js_unittest.mm
|
| @@ -11,6 +11,10 @@
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #import "testing/gtest_mac.h"
|
|
|
| +#if !defined(__has_feature) || !__has_feature(objc_arc)
|
| +#error "This file requires ARC support."
|
| +#endif
|
| +
|
| namespace {
|
|
|
| // Struct for isTextField() test data.
|
|
|