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

Unified Diff: ios/web/app/web_main_runner.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_loop.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/app/web_main_runner.mm
diff --git a/ios/web/app/web_main_runner.mm b/ios/web/app/web_main_runner.mm
index 6592da8dc901c07419a2ff46b22f1be5953391ea..03040fec987b810f0c10dbd31496afc19ed48fbd 100644
--- a/ios/web/app/web_main_runner.mm
+++ b/ios/web/app/web_main_runner.mm
@@ -15,6 +15,10 @@
#include "ios/web/public/web_client.h"
#include "ui/base/ui_base_paths.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
namespace web {
class WebMainRunnerImpl : public WebMainRunner {
« no previous file with comments | « ios/web/app/web_main_loop.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698