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

Unified Diff: ios/net/http_protocol_logging.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/empty_nsurlcache.mm ('k') | ios/net/http_response_headers_util.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/net/http_protocol_logging.mm
diff --git a/ios/net/http_protocol_logging.mm b/ios/net/http_protocol_logging.mm
index a1993e13a12e6f6d8787ae05d323e1223d989fb3..06de673f6191964514b30585b9fdcb654f275dfa 100644
--- a/ios/net/http_protocol_logging.mm
+++ b/ios/net/http_protocol_logging.mm
@@ -10,6 +10,10 @@
#include "base/strings/sys_string_conversions.h"
#import "ios/net/url_scheme_util.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
namespace {
const unsigned int kMaxUrlLength = 100;
}
« no previous file with comments | « ios/net/empty_nsurlcache.mm ('k') | ios/net/http_response_headers_util.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698