Index: ios/web/public/test/http_server/http_auth_response_provider.mm |
diff --git a/ios/web/public/test/http_server/http_auth_response_provider.mm b/ios/web/public/test/http_server/http_auth_response_provider.mm |
index 6205c0789f4d4fab36175e1082b5099f1fa32721..8e32d12beb42c02c7309c79ff4b5cea608441d16 100644 |
--- a/ios/web/public/test/http_server/http_auth_response_provider.mm |
+++ b/ios/web/public/test/http_server/http_auth_response_provider.mm |
@@ -9,6 +9,10 @@ |
#include "net/http/http_request_headers.h" |
#include "net/http/http_response_headers.h" |
+#if !defined(__has_feature) || !__has_feature(objc_arc) |
+#error "This file requires ARC support." |
+#endif |
+ |
namespace web { |
HttpAuthResponseProvider::HttpAuthResponseProvider(const GURL& url, |