Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(403)

Unified Diff: components/signin/ios/browser/profile_oauth2_token_service_ios_provider.mm

Issue 2928383002: [ObjC ARC] Converts components/signin/ios/browser:browser to ARC. (Closed)
Patch Set: Review fixes. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/signin/ios/browser/profile_oauth2_token_service_ios_delegate.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/signin/ios/browser/profile_oauth2_token_service_ios_provider.mm
diff --git a/components/signin/ios/browser/profile_oauth2_token_service_ios_provider.mm b/components/signin/ios/browser/profile_oauth2_token_service_ios_provider.mm
index 4144c6f2ec7595ee8384d7d83ee438eb9a2988b4..0ddcca0b5fa93477385af932fefe9b2cbfa39e58 100644
--- a/components/signin/ios/browser/profile_oauth2_token_service_ios_provider.mm
+++ b/components/signin/ios/browser/profile_oauth2_token_service_ios_provider.mm
@@ -4,6 +4,10 @@
#include "components/signin/ios/browser/profile_oauth2_token_service_ios_provider.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
std::vector<ProfileOAuth2TokenServiceIOSProvider::AccountInfo>
ProfileOAuth2TokenServiceIOSProvider::GetAllAccounts() const {
return std::vector<ProfileOAuth2TokenServiceIOSProvider::AccountInfo>();
« no previous file with comments | « components/signin/ios/browser/profile_oauth2_token_service_ios_delegate.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698