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

Unified Diff: ios/web_view/internal/criwv_web_client.h

Issue 2692603002: Convert //ios/web_view/internal 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/web_view/internal/criwv_web_client.h
diff --git a/ios/web_view/internal/criwv_web_client.h b/ios/web_view/internal/criwv_web_client.h
index 536440503acbc5ea1b066676c82b1463e9021e07..ae1d8f0b883c22db2e3137d25e61aa9427f2c4d3 100644
--- a/ios/web_view/internal/criwv_web_client.h
+++ b/ios/web_view/internal/criwv_web_client.h
@@ -34,7 +34,7 @@ class CRIWVWebClient : public web::WebClient {
private:
// This object's delegate.
- id<CRIWVDelegate> delegate_;
+ __unsafe_unretained id<CRIWVDelegate> delegate_;
// The WebMainParts created by |CreateWebMainParts()|.
CRIWVWebMainParts* web_main_parts_;

Powered by Google App Engine
This is Rietveld 408576698