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

Unified Diff: ios/web/app/web_main_loop.mm

Issue 2449903002: [ObjC ARC] Converts ios/web/app to ARC (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « ios/web/app/web_main.mm ('k') | ios/web/app/web_main_runner.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/app/web_main_loop.mm
diff --git a/ios/web/app/web_main_loop.mm b/ios/web/app/web_main_loop.mm
index b66b97013e66196f74bcd567e5b64eb3b0a0dd09..285cb684445c01c5e41a7df9ce5428696a9a1c7d 100644
--- a/ios/web/app/web_main_loop.mm
+++ b/ios/web/app/web_main_loop.mm
@@ -26,6 +26,10 @@
#include "ios/web/webui/url_data_manager_ios.h"
#include "net/base/network_change_notifier.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
namespace web {
// The currently-running WebMainLoop. There can be one or zero.
« no previous file with comments | « ios/web/app/web_main.mm ('k') | ios/web/app/web_main_runner.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698