| Index: ios/chrome/browser/native_app_launcher/native_app_infobar_delegate_unittest.mm
|
| diff --git a/ios/chrome/browser/native_app_launcher/native_app_infobar_delegate_unittest.mm b/ios/chrome/browser/native_app_launcher/native_app_infobar_delegate_unittest.mm
|
| index a8a5273b6d3a9be8d191e997ca11323fdd323d9a..72b31ac4aea5d3ed05d7cdf4a83f5874cbace03a 100644
|
| --- a/ios/chrome/browser/native_app_launcher/native_app_infobar_delegate_unittest.mm
|
| +++ b/ios/chrome/browser/native_app_launcher/native_app_infobar_delegate_unittest.mm
|
| @@ -11,6 +11,10 @@
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "testing/platform_test.h"
|
|
|
| +#if !defined(__has_feature) || !__has_feature(objc_arc)
|
| +#error "This file requires ARC support."
|
| +#endif
|
| +
|
| namespace {
|
|
|
| class NativeAppInfoBarDelegateTest : public PlatformTest {};
|
|
|