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

Unified Diff: ios/public/provider/chrome/browser/ui/default_ios_web_view_factory.mm

Issue 2653233002: [ObjC ARC] Converts ios/public/provider/chrome/browser/ui:ui to ARC. (Closed)
Patch Set: Created 3 years, 11 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/public/provider/chrome/browser/ui/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/public/provider/chrome/browser/ui/default_ios_web_view_factory.mm
diff --git a/ios/public/provider/chrome/browser/ui/default_ios_web_view_factory.mm b/ios/public/provider/chrome/browser/ui/default_ios_web_view_factory.mm
index ad97ae0c1ae3557b7ce4af9745c7590d967304dc..203f9fd401b209bf5d5e786f3657eee4202f45d4 100644
--- a/ios/public/provider/chrome/browser/ui/default_ios_web_view_factory.mm
+++ b/ios/public/provider/chrome/browser/ui/default_ios_web_view_factory.mm
@@ -6,6 +6,10 @@
#include "base/logging.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
namespace {
Class g_registered_factory_class = nil;
} // namespace
« no previous file with comments | « ios/public/provider/chrome/browser/ui/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698