| Index: ios/chrome/browser/geolocation/omnibox_geolocation_local_state_unittest.mm
|
| diff --git a/ios/chrome/browser/geolocation/omnibox_geolocation_local_state_unittest.mm b/ios/chrome/browser/geolocation/omnibox_geolocation_local_state_unittest.mm
|
| index 80d6644825fd926f57a7f0a64ddcb655016f12b5..0dab769ce6671cb92617c6870ca25ff8fc5f29e1 100644
|
| --- a/ios/chrome/browser/geolocation/omnibox_geolocation_local_state_unittest.mm
|
| +++ b/ios/chrome/browser/geolocation/omnibox_geolocation_local_state_unittest.mm
|
| @@ -16,6 +16,10 @@
|
| #include "testing/gtest_mac.h"
|
| #include "testing/platform_test.h"
|
|
|
| +#if !defined(__has_feature) || !__has_feature(objc_arc)
|
| +#error "This file requires ARC support."
|
| +#endif
|
| +
|
| namespace {
|
|
|
| class OmniboxGeolocationLocalStateTest : public PlatformTest {
|
|
|