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

Unified Diff: ios/web/net/clients/crw_redirect_network_client.h

Issue 2247303009: Converts ios/web/net to ARC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ios-web
Patch Set: Removes web_arc_transition temporary target Created 4 years, 4 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/web/net/clients/crw_redirect_network_client.h
diff --git a/ios/web/net/clients/crw_redirect_network_client.h b/ios/web/net/clients/crw_redirect_network_client.h
index 41a4c7ba7b8843b434438319ea376d8f09d8ca35..5e37ca619be01cac1c31bb5f4f2f2c7ab99f9207 100644
--- a/ios/web/net/clients/crw_redirect_network_client.h
+++ b/ios/web/net/clients/crw_redirect_network_client.h
@@ -7,7 +7,6 @@
#import <Foundation/Foundation.h>
-#include "base/ios/weak_nsobject.h"
#import "ios/net/clients/crn_forwarding_network_client.h"
@protocol CRWRedirectClientDelegate;
@@ -17,8 +16,7 @@
@interface CRWRedirectNetworkClient : CRNForwardingNetworkClient
// Designated initializer.
-- (instancetype)initWithDelegate:
- (base::WeakNSProtocol<id<CRWRedirectClientDelegate>>)delegate;
+- (instancetype)initWithDelegate:(id<CRWRedirectClientDelegate>)delegate;
@end

Powered by Google App Engine
This is Rietveld 408576698