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

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

Issue 2513013002: [ObjC ARC] Converts ios/chrome/common/app_group:client to ARC.Automatically generated ARCMigrate … (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
« no previous file with comments | « ios/chrome/common/app_group/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/common/app_group/app_group_metrics_client.mm
diff --git a/ios/chrome/common/app_group/app_group_metrics_client.mm b/ios/chrome/common/app_group/app_group_metrics_client.mm
index b458222403f1ad897eb23cf4a013cd49cc8d7ece..4883f30b8856661fb4e324ec4fb0fa3746a14160 100644
--- a/ios/chrome/common/app_group/app_group_metrics_client.mm
+++ b/ios/chrome/common/app_group/app_group_metrics_client.mm
@@ -9,6 +9,10 @@
#include "ios/chrome/common/app_group/app_group_constants.h"
#include "ios/chrome/common/app_group/app_group_metrics.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
namespace {
// Number of log files to keep in the |kPendingLogFileDirectory|. Any older file
« no previous file with comments | « ios/chrome/common/app_group/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698