| Index: components/signin/ios/browser/profile_oauth2_token_service_ios_delegate_unittest.mm
|
| diff --git a/components/signin/ios/browser/profile_oauth2_token_service_ios_delegate_unittest.mm b/components/signin/ios/browser/profile_oauth2_token_service_ios_delegate_unittest.mm
|
| index a4043b3f022f1ef81be3f33138e3cd87ac8ba1eb..ecfdd2c1a79a6fb16c55f0b4b75df2c498cea889 100644
|
| --- a/components/signin/ios/browser/profile_oauth2_token_service_ios_delegate_unittest.mm
|
| +++ b/components/signin/ios/browser/profile_oauth2_token_service_ios_delegate_unittest.mm
|
| @@ -20,6 +20,10 @@
|
| #include "net/url_request/test_url_fetcher_factory.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| +#if !defined(__has_feature) || !__has_feature(objc_arc)
|
| +#error "This file requires ARC support."
|
| +#endif
|
| +
|
| typedef ProfileOAuth2TokenServiceIOSProvider::AccountInfo ProviderAccount;
|
|
|
| class ProfileOAuth2TokenServiceIOSDelegateTest
|
|
|