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

Unified Diff: ios/web/crw_network_activity_indicator_manager.mm

Issue 2511993004: [ObjC ARC] Converts ios/web:core to ARC.Automatically generated ARCMigrate commitNotable issues:… (Closed)
Patch Set: rename variables 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/web/BUILD.gn ('k') | ios/web/history_state_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/crw_network_activity_indicator_manager.mm
diff --git a/ios/web/crw_network_activity_indicator_manager.mm b/ios/web/crw_network_activity_indicator_manager.mm
index 683e293e4757345b5ad5ac6c1ec4a97381fdae07..36be81b950b659fd830943b66a45311082a5f325 100644
--- a/ios/web/crw_network_activity_indicator_manager.mm
+++ b/ios/web/crw_network_activity_indicator_manager.mm
@@ -10,6 +10,10 @@
#include "base/mac/scoped_nsobject.h"
#include "base/threading/thread_checker.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
@interface CRWNetworkActivityIndicatorManager () {
base::scoped_nsobject<NSMutableDictionary> _groupCounts;
NSUInteger _totalCount;
« no previous file with comments | « ios/web/BUILD.gn ('k') | ios/web/history_state_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698