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

Unified Diff: ios/chrome/browser/ssl/ios_ssl_blocking_page.mm

Issue 2502363006: [ObjC ARC] Converts ios/chrome/browser/ssl:ssl to ARC.Automatically generated ARCMigrate commitN… (Closed)
Patch Set: 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/chrome/browser/ssl/ios_ssl_blocking_page.mm
diff --git a/ios/chrome/browser/ssl/ios_ssl_blocking_page.mm b/ios/chrome/browser/ssl/ios_ssl_blocking_page.mm
index 1c6080579085f908311ee26abaad39f94dfe95ee..a088c1e3e9194aa67a3d56e6124c1bcf581d9139 100644
--- a/ios/chrome/browser/ssl/ios_ssl_blocking_page.mm
+++ b/ios/chrome/browser/ssl/ios_ssl_blocking_page.mm
@@ -23,6 +23,10 @@
#include "ui/base/l10n/l10n_util.h"
#include "url/gurl.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
using security_interstitials::SSLErrorUI;
namespace {
« no previous file with comments | « ios/chrome/browser/ssl/ios_security_state_tab_helper.mm ('k') | ios/chrome/browser/ssl/ios_ssl_error_handler.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698