Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(731)

Unified Diff: ios/web/public/test/http_server/http_auth_response_provider.mm

Issue 2923563005: [ObjC ARC] Converts ios/web/public/test/http_server:http_server to ARC. (Closed)
Patch Set: cleanup Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
« no previous file with comments | « ios/web/public/test/http_server/html_response_provider_impl.mm ('k') | ios/web/public/test/http_server/http_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698