| Index: ios/web/public/test/fakes/test_web_state_observer_util.mm
|
| diff --git a/ios/web/public/test/fakes/test_web_state_observer_util.mm b/ios/web/public/test/fakes/test_web_state_observer_util.mm
|
| index b297dcb5564316c6701422de9a50473d7e9dc1ce..fcd81fd91965676b3215ad6d618752c5f2d4adf5 100644
|
| --- a/ios/web/public/test/fakes/test_web_state_observer_util.mm
|
| +++ b/ios/web/public/test/fakes/test_web_state_observer_util.mm
|
| @@ -6,6 +6,10 @@
|
|
|
| #import "ios/web/public/web_state/navigation_context.h"
|
|
|
| +#if !defined(__has_feature) || !__has_feature(objc_arc)
|
| +#error "This file requires ARC support."
|
| +#endif
|
| +
|
| namespace web {
|
| TestDidStartNavigationInfo::TestDidStartNavigationInfo() {}
|
| TestDidStartNavigationInfo::~TestDidStartNavigationInfo() = default;
|
|
|