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

Unified Diff: ios/net/crn_http_url_response.mm

Issue 2489533003: [ObjC ARC] Converts ios/net to ARC. (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « ios/net/crn_http_protocol_handler_proxy_with_client_thread.mm ('k') | ios/net/empty_nsurlcache.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/net/crn_http_url_response.mm
diff --git a/ios/net/crn_http_url_response.mm b/ios/net/crn_http_url_response.mm
index 3d32875efecff6794cecc926cd54e0e9b813b5de..ebf2aeb3bb7b671de546534972ee1e1b2ea1d931 100644
--- a/ios/net/crn_http_url_response.mm
+++ b/ios/net/crn_http_url_response.mm
@@ -6,6 +6,10 @@
#include "base/mac/scoped_nsobject.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
@interface CRNHTTPURLResponse () {
base::scoped_nsobject<NSString> _cr_HTTPVersion;
}
« no previous file with comments | « ios/net/crn_http_protocol_handler_proxy_with_client_thread.mm ('k') | ios/net/empty_nsurlcache.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698