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

Unified Diff: ios/chrome/app/application_delegate/memory_warning_helper.mm

Issue 2453033002: Revert of [ObjC ARC] Converts ios/chrome/app to ARC. (Closed)
Patch Set: Created 4 years, 2 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/BUILD.gn ('k') | ios/chrome/app/deferred_initialization_runner.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/app/application_delegate/memory_warning_helper.mm
diff --git a/ios/chrome/app/application_delegate/memory_warning_helper.mm b/ios/chrome/app/application_delegate/memory_warning_helper.mm
index d8eeb93490bbe3d18a7db898a36dce7402099ff5..fa92f751969b97eef761a29331b8a2e080afe2a5 100644
--- a/ios/chrome/app/application_delegate/memory_warning_helper.mm
+++ b/ios/chrome/app/application_delegate/memory_warning_helper.mm
@@ -8,10 +8,6 @@
#include "base/metrics/histogram.h"
#include "ios/chrome/browser/crash_report/breakpad_helper.h"
#import "ios/chrome/browser/metrics/previous_session_info.h"
-
-#if !defined(__has_feature) || !__has_feature(objc_arc)
-#error "This file requires ARC support."
-#endif
namespace {
// The number of seconds to wait after a memory warning to clear the flag used
« no previous file with comments | « ios/chrome/app/BUILD.gn ('k') | ios/chrome/app/deferred_initialization_runner.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698