| Index: ios/web/web_state/web_state_delegate.mm
|
| diff --git a/ios/web/web_state/web_state_delegate.mm b/ios/web/web_state/web_state_delegate.mm
|
| index d08ee503787cdf3d37789f91e356ca5744df7e2a..5294e4a7ad11a48afcc5fbcd017c26434d34d584 100644
|
| --- a/ios/web/web_state/web_state_delegate.mm
|
| +++ b/ios/web/web_state/web_state_delegate.mm
|
| @@ -6,6 +6,10 @@
|
|
|
| #import "ios/web/public/web_state/web_state.h"
|
|
|
| +#if !defined(__has_feature) || !__has_feature(objc_arc)
|
| +#error "This file requires ARC support."
|
| +#endif
|
| +
|
| namespace web {
|
|
|
| WebStateDelegate::WebStateDelegate() {}
|
|
|