| Index: ios/web/web_state/web_view_internal_creation_util_unittest.mm
|
| diff --git a/ios/web/web_state/web_view_internal_creation_util_unittest.mm b/ios/web/web_state/web_view_internal_creation_util_unittest.mm
|
| index d9e45ac0fa3138a1f50eaab48307fdf6e75dc4ea..1df8e9ff11c4a05fbcd69e50d3fcda3755ec2f5b 100644
|
| --- a/ios/web/web_state/web_view_internal_creation_util_unittest.mm
|
| +++ b/ios/web/web_state/web_view_internal_creation_util_unittest.mm
|
| @@ -7,7 +7,6 @@
|
| #import <CoreGraphics/CoreGraphics.h>
|
| #import <WebKit/WebKit.h>
|
|
|
| -#import "base/mac/scoped_nsobject.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "ios/web/public/test/fakes/test_browser_state.h"
|
| #import "ios/web/public/test/fakes/test_web_client.h"
|
| @@ -18,6 +17,10 @@
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #import "testing/gtest_mac.h"
|
|
|
| +#if !defined(__has_feature) || !__has_feature(objc_arc)
|
| +#error "This file requires ARC support."
|
| +#endif
|
| +
|
| namespace {
|
|
|
| // An arbitrary sized frame for testing web view creation.
|
|
|