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

Unified Diff: ios/chrome/app/startup/network_stack_setup.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
« no previous file with comments | « ios/chrome/app/startup/ios_chrome_main_delegate.mm ('k') | ios/chrome/app/startup/provider_registration.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/app/startup/network_stack_setup.mm
diff --git a/ios/chrome/app/startup/network_stack_setup.mm b/ios/chrome/app/startup/network_stack_setup.mm
index 533edeea8e2378ebed09fde6ef1de161c70c8e41..b3e426befe2e1b62ea9ae2d309309b39208e0e41 100644
--- a/ios/chrome/app/startup/network_stack_setup.mm
+++ b/ios/chrome/app/startup/network_stack_setup.mm
@@ -11,6 +11,10 @@
#include "ios/web/net/request_tracker_factory_impl.h"
#include "ios/web/net/web_http_protocol_handler_delegate.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
@implementation NetworkStackSetup
+ (void)setUpChromeNetworkStack:
« no previous file with comments | « ios/chrome/app/startup/ios_chrome_main_delegate.mm ('k') | ios/chrome/app/startup/provider_registration.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698