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

Unified Diff: ios/chrome/app/memory_monitor.mm

Issue 2933823002: [ObjC ARC] Converts ios/chrome/app:app_internal to ARC. (Closed)
Patch Set: Rebased Created 3 years, 6 months 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/app/main_controller_private.h ('k') | ios/chrome/app/startup_tasks.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/app/memory_monitor.mm
diff --git a/ios/chrome/app/memory_monitor.mm b/ios/chrome/app/memory_monitor.mm
index 162b156662d46aa3e962b85535923f0e1c9b1caa..927afc6bf621ad4eb1f10ad43a20410bbf3e9874 100644
--- a/ios/chrome/app/memory_monitor.mm
+++ b/ios/chrome/app/memory_monitor.mm
@@ -17,6 +17,10 @@
#import "ios/chrome/browser/crash_report/breakpad_helper.h"
#include "ios/web/public/web_thread.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
namespace ios_internal {
void AsynchronousFreeMemoryMonitor() {
« no previous file with comments | « ios/chrome/app/main_controller_private.h ('k') | ios/chrome/app/startup_tasks.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698