| Index: ios/web_view/internal/criwv_url_request_context_getter.mm
|
| diff --git a/ios/web_view/internal/criwv_url_request_context_getter.mm b/ios/web_view/internal/criwv_url_request_context_getter.mm
|
| index 97884247f06b9787403dcbdde8b7337bcbdb7517..72f45eee459947e909bc2c6a7a3bf13184205aa1 100644
|
| --- a/ios/web_view/internal/criwv_url_request_context_getter.mm
|
| +++ b/ios/web_view/internal/criwv_url_request_context_getter.mm
|
| @@ -36,6 +36,10 @@
|
| #include "net/url_request/url_request_context_storage.h"
|
| #include "net/url_request/url_request_job_factory_impl.h"
|
|
|
| +#if !defined(__has_feature) || !__has_feature(objc_arc)
|
| +#error "This file requires ARC support."
|
| +#endif
|
| +
|
| namespace ios_web_view {
|
|
|
| CRIWVURLRequestContextGetter::CRIWVURLRequestContextGetter(
|
|
|