Chromium Code Reviews| Index: ios/chrome/browser/ui/sad_tab/sad_tab_view.h |
| diff --git a/ios/chrome/browser/ui/sad_tab/sad_tab_view.h b/ios/chrome/browser/ui/sad_tab/sad_tab_view.h |
| index 1607cf1269b5255f5316dee793f6726d923328ec..8c7b471a70a46dbc034a6a77f568a702b5847730 100644 |
| --- a/ios/chrome/browser/ui/sad_tab/sad_tab_view.h |
| +++ b/ios/chrome/browser/ui/sad_tab/sad_tab_view.h |
| @@ -9,6 +9,10 @@ |
| #include "base/ios/block_types.h" |
| +#if !defined(__has_feature) || !__has_feature(objc_arc) |
|
pkl (ping after 24h if needed)
2017/04/11 00:09:21
Should this ARC boilerplate be in the .h file?
PL
2017/04/11 01:35:21
Done: Think I was just overzealous here, thanks!
|
| +#error "This file requires ARC support." |
| +#endif |
| + |
| // The view used to show "sad tab" content to the user when WKWebView's renderer |
| // process crashes. |
| @interface SadTabView : UIView |