| Index: ios/chrome/browser/native_app_launcher/native_app_infobar_controller_unittest.mm
|
| diff --git a/ios/chrome/browser/native_app_launcher/native_app_infobar_controller_unittest.mm b/ios/chrome/browser/native_app_launcher/native_app_infobar_controller_unittest.mm
|
| index 888fdb1d48f518829c438b6e0bf26a2cbe3586f8..45b0d5d104b47515487a0a877186c51e6b39c48c 100644
|
| --- a/ios/chrome/browser/native_app_launcher/native_app_infobar_controller_unittest.mm
|
| +++ b/ios/chrome/browser/native_app_launcher/native_app_infobar_controller_unittest.mm
|
| @@ -12,6 +12,10 @@
|
| #import "ios/chrome/browser/native_app_launcher/native_app_navigation_controller_protocol.h"
|
| #include "testing/platform_test.h"
|
|
|
| +#if !defined(__has_feature) || !__has_feature(objc_arc)
|
| +#error "This file requires ARC support."
|
| +#endif
|
| +
|
| @interface NativeAppInfoBarController (Testing)
|
| - (void)infoBarButtonDidPress:(UIButton*)button;
|
| - (void)setInfoBarDelegate:(NativeAppInfoBarDelegate*)delegate;
|
|
|