| Index: ios/web/app/web_main_loop.mm
|
| diff --git a/ios/web/app/web_main_loop.mm b/ios/web/app/web_main_loop.mm
|
| index b66b97013e66196f74bcd567e5b64eb3b0a0dd09..285cb684445c01c5e41a7df9ce5428696a9a1c7d 100644
|
| --- a/ios/web/app/web_main_loop.mm
|
| +++ b/ios/web/app/web_main_loop.mm
|
| @@ -26,6 +26,10 @@
|
| #include "ios/web/webui/url_data_manager_ios.h"
|
| #include "net/base/network_change_notifier.h"
|
|
|
| +#if !defined(__has_feature) || !__has_feature(objc_arc)
|
| +#error "This file requires ARC support."
|
| +#endif
|
| +
|
| namespace web {
|
|
|
| // The currently-running WebMainLoop. There can be one or zero.
|
|
|