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

Unified Diff: ios/web/public/web_state/page_display_state.mm

Issue 2396553002: [ARC] Converts part of ios/web/ui to ARC.
Patch Set: co 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
Index: ios/web/public/web_state/page_display_state.mm
diff --git a/ios/web/public/web_state/page_display_state.mm b/ios/web/public/web_state/page_display_state.mm
index 0c8a9ceb3c67432fe253ec599debf597de7cf484..378456b90118575f576be659f2cfa768a0462aac 100644
--- a/ios/web/public/web_state/page_display_state.mm
+++ b/ios/web/public/web_state/page_display_state.mm
@@ -6,6 +6,10 @@
#include <cmath>
+#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/public/web_state/crw_web_view_scroll_view_proxy.h ('k') | ios/web/public/web_state/ui/crw_generic_content_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698