| Index: ios/web/public/test/fakes/test_native_content_provider.mm
|
| diff --git a/ios/web/public/test/fakes/test_native_content_provider.mm b/ios/web/public/test/fakes/test_native_content_provider.mm
|
| index 4a026aecd0bf7c4181952870a7a81a6a63943752..5697b5316d95edf5434ab48c3c8b19ace8bed589 100644
|
| --- a/ios/web/public/test/fakes/test_native_content_provider.mm
|
| +++ b/ios/web/public/test/fakes/test_native_content_provider.mm
|
| @@ -8,6 +8,10 @@
|
|
|
| #include "url/gurl.h"
|
|
|
| +#if !defined(__has_feature) || !__has_feature(objc_arc)
|
| +#error "This file requires ARC support."
|
| +#endif
|
| +
|
| @implementation TestNativeContentProvider {
|
| std::map<GURL, id<CRWNativeContent>> _nativeContent;
|
| }
|
|
|