| Index: ios/chrome/test/app/chrome_test_util.mm
|
| diff --git a/ios/chrome/test/app/chrome_test_util.mm b/ios/chrome/test/app/chrome_test_util.mm
|
| index 0b8f1a327f8301f58dee92da00d4f2f9245dfd50..32d669fb7cbb35df9c28b48a24307bdc1ab895af 100644
|
| --- a/ios/chrome/test/app/chrome_test_util.mm
|
| +++ b/ios/chrome/test/app/chrome_test_util.mm
|
| @@ -27,6 +27,10 @@
|
| #import "ios/chrome/browser/ui/ntp/new_tab_page_controller.h"
|
| #import "ios/web/public/test/native_controller_test_util.h"
|
|
|
| +#if !defined(__has_feature) || !__has_feature(objc_arc)
|
| +#error "This file requires ARC support."
|
| +#endif
|
| +
|
| // Methods to access private members for testing.
|
| @interface BreakpadController (Testing)
|
| - (BOOL)isEnabled;
|
|
|