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

Unified Diff: ios/chrome/common/app_group/app_group_metrics.mm

Issue 2502663002: [ObjC ARC] Converts ios/chrome/common/app_group to ARC (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/common/app_group/app_group_metrics.mm
diff --git a/ios/chrome/common/app_group/app_group_metrics.mm b/ios/chrome/common/app_group/app_group_metrics.mm
index 9bb553178468d82963c94a8d8b7e89e5d465d802..ab973d9468aa7933aa0406d40d1ef9dbf579ed7d 100644
--- a/ios/chrome/common/app_group/app_group_metrics.mm
+++ b/ios/chrome/common/app_group/app_group_metrics.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 app_group {
NSString* const kPendingLogFileSuffix = @"_PendingLog";
« no previous file with comments | « ios/chrome/common/app_group/app_group_constants.mm ('k') | ios/chrome/common/app_group/app_group_metrics_client.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698