| Index: ios/public/provider/chrome/browser/signin/chrome_identity_service.mm
|
| diff --git a/ios/public/provider/chrome/browser/signin/chrome_identity_service.mm b/ios/public/provider/chrome/browser/signin/chrome_identity_service.mm
|
| index c2e347eba433ba36fa428ece3d6c227f5dc6f808..4ddea33e9ca5090b51c29e65a1dd0c5bd67bedfd 100644
|
| --- a/ios/public/provider/chrome/browser/signin/chrome_identity_service.mm
|
| +++ b/ios/public/provider/chrome/browser/signin/chrome_identity_service.mm
|
| @@ -6,6 +6,10 @@
|
|
|
| #include "ios/public/provider/chrome/browser/signin/chrome_identity_interaction_manager.h"
|
|
|
| +#if !defined(__has_feature) || !__has_feature(objc_arc)
|
| +#error "This file requires ARC support."
|
| +#endif
|
| +
|
| namespace ios {
|
|
|
| ChromeIdentityService::ChromeIdentityService() {}
|
|
|