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

Unified Diff: ios/web_view/internal/criwv_url_request_context_getter.mm

Issue 2692603002: Convert //ios/web_view/internal to ARC. (Closed)
Patch Set: Respond to comments. Created 3 years, 10 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_view/internal/criwv_url_request_context_getter.mm
diff --git a/ios/web_view/internal/criwv_url_request_context_getter.mm b/ios/web_view/internal/criwv_url_request_context_getter.mm
index 97884247f06b9787403dcbdde8b7337bcbdb7517..72f45eee459947e909bc2c6a7a3bf13184205aa1 100644
--- a/ios/web_view/internal/criwv_url_request_context_getter.mm
+++ b/ios/web_view/internal/criwv_url_request_context_getter.mm
@@ -36,6 +36,10 @@
#include "net/url_request/url_request_context_storage.h"
#include "net/url_request/url_request_job_factory_impl.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
namespace ios_web_view {
CRIWVURLRequestContextGetter::CRIWVURLRequestContextGetter(

Powered by Google App Engine
This is Rietveld 408576698