Index: ios/web/public/test/http_server/html_response_provider.mm |
diff --git a/ios/web/public/test/http_server/html_response_provider.mm b/ios/web/public/test/http_server/html_response_provider.mm |
index 702f48fd5d3e38aef64672520ca3dd1d3e96b738..1a17c8169924d9c3263e399fa3368bc9cbda8075 100644 |
--- a/ios/web/public/test/http_server/html_response_provider.mm |
+++ b/ios/web/public/test/http_server/html_response_provider.mm |
@@ -7,6 +7,10 @@ |
#import "ios/web/public/test/http_server/response_provider.h" |
#include "url/gurl.h" |
+#if !defined(__has_feature) || !__has_feature(objc_arc) |
+#error "This file requires ARC support." |
+#endif |
+ |
HtmlResponseProvider::HtmlResponseProvider() |
: response_provider_impl_(new HtmlResponseProviderImpl()) {} |