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

Unified Diff: ios/chrome/browser/interstitials/ios_chrome_controller_client.mm

Issue 2512553006: [ObjC ARC] Converts ios/chrome/browser/interstitials:interstitials to ARC.Automatically generated… (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/interstitials/ios_chrome_controller_client.mm
diff --git a/ios/chrome/browser/interstitials/ios_chrome_controller_client.mm b/ios/chrome/browser/interstitials/ios_chrome_controller_client.mm
index 9b6732fcf390f4fe527a8457f9a8775acdcf53f5..6b5c5c67dd2f6ac576b6c984e1f3b2f5bce2bf9a 100644
--- a/ios/chrome/browser/interstitials/ios_chrome_controller_client.mm
+++ b/ios/chrome/browser/interstitials/ios_chrome_controller_client.mm
@@ -13,6 +13,10 @@
#import "ios/web/public/navigation_manager.h"
#include "ios/web/public/web_state/web_state.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
IOSChromeControllerClient::IOSChromeControllerClient(
web::WebState* web_state,
std::unique_ptr<security_interstitials::MetricsHelper> metrics_helper)
« no previous file with comments | « ios/chrome/browser/interstitials/BUILD.gn ('k') | ios/chrome/browser/interstitials/ios_chrome_metrics_helper.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698