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

Unified Diff: ios/public/provider/web/web_controller_provider.mm

Issue 2519483002: [ObjC ARC] Converts ios/public/provider/web:web to ARC.Automatically generated ARCMigrate commit… (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/public/provider/web/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/public/provider/web/web_controller_provider.mm
diff --git a/ios/public/provider/web/web_controller_provider.mm b/ios/public/provider/web/web_controller_provider.mm
index 7a47b45680b75d0fb47ff76ff995003a71f0a781..1043d93801a6091e4d3c341a00c335b7ca98e8a9 100644
--- a/ios/public/provider/web/web_controller_provider.mm
+++ b/ios/public/provider/web/web_controller_provider.mm
@@ -4,6 +4,10 @@
#include "ios/public/provider/web/web_controller_provider.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
namespace ios {
static WebControllerProviderFactory* g_web_controller_provider_factory;
« no previous file with comments | « ios/public/provider/web/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698