| Index: ios/web/web_state/js/page_script_util_unittest.mm
|
| diff --git a/ios/web/web_state/js/page_script_util_unittest.mm b/ios/web/web_state/js/page_script_util_unittest.mm
|
| index 6d3fef1e4382200274844b5a90a0833de5039630..df16aad0d80a31dc6dbce19a581190be25c1cd66 100644
|
| --- a/ios/web/web_state/js/page_script_util_unittest.mm
|
| +++ b/ios/web/web_state/js/page_script_util_unittest.mm
|
| @@ -7,7 +7,6 @@
|
| #import <UIKit/UIKit.h>
|
| #import <WebKit/WebKit.h>
|
|
|
| -#import "base/mac/scoped_nsobject.h"
|
| #include "base/strings/sys_string_conversions.h"
|
| #import "base/test/ios/wait_util.h"
|
| #include "ios/web/public/test/fakes/test_browser_state.h"
|
| @@ -17,6 +16,10 @@
|
| #import "ios/web/public/web_view_creation_util.h"
|
| #import "testing/gtest_mac.h"
|
|
|
| +#if !defined(__has_feature) || !__has_feature(objc_arc)
|
| +#error "This file requires ARC support."
|
| +#endif
|
| +
|
| namespace web {
|
| namespace {
|
|
|
|
|