| Index: ios/chrome/browser/native_app_launcher/native_app_navigation_util_unittest.mm
|
| diff --git a/ios/chrome/browser/native_app_launcher/native_app_navigation_util_unittest.mm b/ios/chrome/browser/native_app_launcher/native_app_navigation_util_unittest.mm
|
| index b36ae902743cb7df6eb1ae61fe050093ebfe3e4f..a651a2fb905c0899c5e7397d85ed9b3bad14a87e 100644
|
| --- a/ios/chrome/browser/native_app_launcher/native_app_navigation_util_unittest.mm
|
| +++ b/ios/chrome/browser/native_app_launcher/native_app_navigation_util_unittest.mm
|
| @@ -11,6 +11,10 @@
|
| #include "ui/base/page_transition_types.h"
|
| #include "url/gurl.h"
|
|
|
| +#if !defined(__has_feature) || !__has_feature(objc_arc)
|
| +#error "This file requires ARC support."
|
| +#endif
|
| +
|
| // Tests the implementation of IsLinkNavigation(). The function being tested
|
| // uses public NavigationManager interfaces and can be tested by using
|
| // TestNavigationManager that implements the same interface.
|
|
|