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

Unified Diff: ios/chrome/app/startup/provider_registration.mm

Issue 2702253002: [ObjC ARC] Converts ios/chrome/app/startup:startup to ARC. (Closed)
Patch Set: Created 3 years, 10 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
Index: ios/chrome/app/startup/provider_registration.mm
diff --git a/ios/chrome/app/startup/provider_registration.mm b/ios/chrome/app/startup/provider_registration.mm
index 8a60ef15dd42ef8a56b8c4a3fce6ee84450a8e90..cfa84a42d99e763fd2350abd3be0a09cc381239b 100644
--- a/ios/chrome/app/startup/provider_registration.mm
+++ b/ios/chrome/app/startup/provider_registration.mm
@@ -6,6 +6,10 @@
#include "ios/public/provider/chrome/browser/chrome_browser_provider.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
@implementation ProviderRegistration
+ (void)registerProviders {
« no previous file with comments | « ios/chrome/app/startup/network_stack_setup.mm ('k') | ios/chrome/app/startup/register_experimental_settings.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698