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 42b945f1260bb30e98c79fc2031ce7583094cca7..1d52791bd505c9f909b149499d54b0cce3968b07 100644 |
| --- a/ios/chrome/browser/about_flags.mm |
| +++ b/ios/chrome/browser/about_flags.mm |
| @@ -38,11 +38,11 @@ |
| #if !defined(OFFICIAL_BUILD) |
| #include "components/variations/variations_switches.h" |
| -#endif |
|
mthiesse
2017/01/31 20:54:54
was this intentional?
tiborg1
2017/02/01 00:22:18
Oops, no this was not intentional. I don't know ho
|
| #if !defined(__has_feature) || !__has_feature(objc_arc) |
| #error "This file requires ARC support." |
| #endif |
| +#endif |
| namespace { |
| // To add a new entry, add to the end of kFeatureEntries. There are two |