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

Unified Diff: ios/web/net/web_http_protocol_handler_delegate.mm

Issue 2247303009: Converts ios/web/net to ARC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ios-web
Patch Set: Removes web_arc_transition temporary target Created 4 years, 4 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/net/web_http_protocol_handler_delegate.mm
diff --git a/ios/web/net/web_http_protocol_handler_delegate.mm b/ios/web/net/web_http_protocol_handler_delegate.mm
index 2c63544a19d2ab017791f749f76b4c4fc8dcfba9..a1701a44aeb0beebbb4764844cf78cf5a4aaa282 100644
--- a/ios/web/net/web_http_protocol_handler_delegate.mm
+++ b/ios/web/net/web_http_protocol_handler_delegate.mm
@@ -11,6 +11,10 @@
#include "net/url_request/url_request_context_getter.h"
#include "url/gurl.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
namespace {
bool IsAppSpecificScheme(NSURL* url) {
« ios/web/net/clients/crw_js_injection_network_client.mm ('K') | « ios/web/net/request_tracker_impl.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698