Chromium Code Reviews| Index: ios/chrome/browser/about_flags.mm |
| diff --git a/ios/chrome/browser/about_flags.mm b/ios/chrome/browser/about_flags.mm |
| index a802cb390371f2ef36cc09820e04a646a4f35abe..8ea8ebde6b45770b38b059bd4e5baf5babb9174b 100644 |
| --- a/ios/chrome/browser/about_flags.mm |
| +++ b/ios/chrome/browser/about_flags.mm |
| @@ -36,6 +36,10 @@ |
| #if !defined(OFFICIAL_BUILD) |
| #include "components/variations/variations_switches.h" |
| + |
| +#if !defined(__has_feature) || !__has_feature(objc_arc) |
|
sdefresne
2016/11/21 12:04:18
This is incorrect, this must be after the #endif c
stkhapugin
2016/11/21 15:34:55
Done.
|
| +#error "This file requires ARC support." |
| +#endif |
| #endif |
| namespace { |