| Index: ios/chrome/app/safe_mode_crashing_modules_config.mm
|
| diff --git a/ios/chrome/app/safe_mode_crashing_modules_config.mm b/ios/chrome/app/safe_mode_crashing_modules_config.mm
|
| index 70cabc88836d7c1b7c2c94683b1fe2c9669dd1fd..9106d65af63356861229a1d3c0a0ae0a1569bfa7 100644
|
| --- a/ios/chrome/app/safe_mode_crashing_modules_config.mm
|
| +++ b/ios/chrome/app/safe_mode_crashing_modules_config.mm
|
| @@ -7,10 +7,6 @@
|
| #include "base/logging.h"
|
| #include "base/mac/foundation_util.h"
|
| #import "base/mac/scoped_nsobject.h"
|
| -
|
| -#if !defined(__has_feature) || !__has_feature(objc_arc)
|
| -#error "This file requires ARC support."
|
| -#endif
|
|
|
| namespace {
|
|
|
|
|