| Index: ios/chrome/browser/crash_loop_detection_util_unittest.mm
|
| diff --git a/ios/chrome/browser/crash_loop_detection_util_unittest.mm b/ios/chrome/browser/crash_loop_detection_util_unittest.mm
|
| index 39f9268ca79bfbaec50f53c995a18166a0702aa9..4fa5fcdb50830c77ca0d71c353605fb8a9330ecd 100644
|
| --- a/ios/chrome/browser/crash_loop_detection_util_unittest.mm
|
| +++ b/ios/chrome/browser/crash_loop_detection_util_unittest.mm
|
| @@ -8,6 +8,10 @@
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "testing/platform_test.h"
|
|
|
| +#if !defined(__has_feature) || !__has_feature(objc_arc)
|
| +#error "This file requires ARC support."
|
| +#endif
|
| +
|
| namespace {
|
| // The key used to store the count in the implementation.
|
| NSString* const kAppStartupAttemptCountKey = @"AppStartupFailureCount";
|
|
|