| Index: ios/chrome/browser/ui/file_locations.mm
|
| diff --git a/ios/chrome/browser/ui/file_locations.mm b/ios/chrome/browser/ui/file_locations.mm
|
| index 21e87e37755a74dbc5c332fe955c16df77715338..f3c55e955beab6849438ef9bd51379fd50ef2a50 100644
|
| --- a/ios/chrome/browser/ui/file_locations.mm
|
| +++ b/ios/chrome/browser/ui/file_locations.mm
|
| @@ -8,10 +8,6 @@
|
| #include "base/mac/foundation_util.h"
|
| #include "base/strings/sys_string_conversions.h"
|
| #include "ios/chrome/browser/application_context.h"
|
| -
|
| -#if !defined(__has_feature) || !__has_feature(objc_arc)
|
| -#error "This file requires ARC support."
|
| -#endif
|
|
|
| namespace {
|
| // English is the default locale for the Terms of Service.
|
|
|