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

Unified Diff: ios/net/clients/crn_forwarding_network_client.h

Issue 2489533003: [ObjC ARC] Converts ios/net to ARC. (Closed)
Patch Set: Created 4 years, 1 month 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/net/BUILD.gn ('k') | ios/net/clients/crn_forwarding_network_client.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/net/clients/crn_forwarding_network_client.h
diff --git a/ios/net/clients/crn_forwarding_network_client.h b/ios/net/clients/crn_forwarding_network_client.h
index 5daa9e5ae21f9524f63d8cd81f1f050bc13935b5..ee7376193486e361167905e1789d4da1319e7a7f 100644
--- a/ios/net/clients/crn_forwarding_network_client.h
+++ b/ios/net/clients/crn_forwarding_network_client.h
@@ -14,7 +14,7 @@
// client. Suitable for injecting via RequestTracker.
@interface CRNForwardingNetworkClient : NSObject<CRNNetworkClientProtocol>
-@property(nonatomic, assign) id<CRNNetworkClientProtocol> underlyingClient;
+@property(nonatomic, weak) id<CRNNetworkClientProtocol> underlyingClient;
@end
« no previous file with comments | « ios/net/BUILD.gn ('k') | ios/net/clients/crn_forwarding_network_client.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698