| Index: ios/chrome/browser/payments/payment_items_display_view_controller_unittest.mm
|
| diff --git a/ios/chrome/browser/payments/payment_items_display_view_controller_unittest.mm b/ios/chrome/browser/payments/payment_items_display_view_controller_unittest.mm
|
| index 660b958bd2d006cd4fe238be993479518a2af790..3042c72aba9c58ef9dd04bfe400734daf889b0de 100644
|
| --- a/ios/chrome/browser/payments/payment_items_display_view_controller_unittest.mm
|
| +++ b/ios/chrome/browser/payments/payment_items_display_view_controller_unittest.mm
|
| @@ -15,6 +15,10 @@
|
| #include "ios/web/public/payments/payment_request.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| +#if !defined(__has_feature) || !__has_feature(objc_arc)
|
| +#error "This file requires ARC support."
|
| +#endif
|
| +
|
| class PaymentItemsDisplayViewControllerTest
|
| : public CollectionViewControllerTest {
|
| protected:
|
|
|