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

Unified Diff: ios/web/web_state/ui/wk_back_forward_list_item_holder.mm

Issue 2432363003: [ObjC ARC] Converts parts of ios/web/webstate to ARC. (Closed)
Patch Set: rebase 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
Index: ios/web/web_state/ui/wk_back_forward_list_item_holder.mm
diff --git a/ios/web/web_state/ui/wk_back_forward_list_item_holder.mm b/ios/web/web_state/ui/wk_back_forward_list_item_holder.mm
index 32e9b372825f01079d8e317f4fd40e1132ece4a3..1d353bba077205b3a5d1da6c01fdfa1af9966ce7 100644
--- a/ios/web/web_state/ui/wk_back_forward_list_item_holder.mm
+++ b/ios/web/web_state/ui/wk_back_forward_list_item_holder.mm
@@ -6,6 +6,10 @@
#include "ios/web/public/navigation_item.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
namespace web {
namespace {
« no previous file with comments | « ios/web/web_state/ui/web_view_js_utils.mm ('k') | ios/web/web_state/ui/wk_web_view_configuration_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698