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

Unified Diff: ios/chrome/browser/sessions/ios_chrome_session_tab_helper.mm

Issue 2512993002: [ObjC ARC] Converts ios/chrome/browser/sessions:sessions to ARC.Automatically generated ARCMigrat… (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/sessions/ios_chrome_session_tab_helper.mm
diff --git a/ios/chrome/browser/sessions/ios_chrome_session_tab_helper.mm b/ios/chrome/browser/sessions/ios_chrome_session_tab_helper.mm
index 76c3fb06640303fd7d3c8f3c6891ae114f0389da..ee5ddd55f67dbdf4ed6f31df2962f3d534d50865 100644
--- a/ios/chrome/browser/sessions/ios_chrome_session_tab_helper.mm
+++ b/ios/chrome/browser/sessions/ios_chrome_session_tab_helper.mm
@@ -4,6 +4,10 @@
#include "ios/chrome/browser/sessions/ios_chrome_session_tab_helper.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
DEFINE_WEB_STATE_USER_DATA_KEY(IOSChromeSessionTabHelper);
IOSChromeSessionTabHelper::IOSChromeSessionTabHelper(web::WebState* web_state) {
« no previous file with comments | « ios/chrome/browser/sessions/BUILD.gn ('k') | ios/chrome/browser/sessions/ios_chrome_tab_restore_service_client.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698