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

Unified Diff: ios/web/web_state/js/crw_js_plugin_placeholder_manager.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/web_state/js/crw_js_plugin_placeholder_manager.mm
diff --git a/ios/web/web_state/js/crw_js_plugin_placeholder_manager.mm b/ios/web/web_state/js/crw_js_plugin_placeholder_manager.mm
index f41ca7eaace4c0780e08b72dc2816058190fd036..43d44a175aa15b098dc89b3852dfcbe1782a73aa 100644
--- a/ios/web/web_state/js/crw_js_plugin_placeholder_manager.mm
+++ b/ios/web/web_state/js/crw_js_plugin_placeholder_manager.mm
@@ -8,6 +8,10 @@
#include "base/strings/sys_string_conversions.h"
#include "ios/web/public/web_client.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
@implementation CRWJSPluginPlaceholderManager
namespace {
« no previous file with comments | « ios/web/web_state/js/crw_js_injection_receiver.mm ('k') | ios/web/web_state/js/crw_js_post_request_loader.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698