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

Unified Diff: ios/chrome/browser/geolocation/omnibox_geolocation_authorization_alert.h

Issue 2528003002: [ObjC ARC] Converts ios/chrome/browser/geolocation:geolocation to ARC.Automatically generated ARC… (Closed)
Patch Set: comments, cleanup 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
Index: ios/chrome/browser/geolocation/omnibox_geolocation_authorization_alert.h
diff --git a/ios/chrome/browser/geolocation/omnibox_geolocation_authorization_alert.h b/ios/chrome/browser/geolocation/omnibox_geolocation_authorization_alert.h
index f753924320117faf58c192f6d9d2063d4d192dbb..ff2db73e795fbe37bfbcd252608c1e5b543582a7 100644
--- a/ios/chrome/browser/geolocation/omnibox_geolocation_authorization_alert.h
+++ b/ios/chrome/browser/geolocation/omnibox_geolocation_authorization_alert.h
@@ -30,8 +30,8 @@
@interface OmniboxGeolocationAuthorizationAlert : NSObject
// The delegate for this OmniboxGeolocationAuthorizationAlert.
-@property(nonatomic, assign)
- id<OmniboxGeolocationAuthorizationAlertDelegate> delegate;
+@property(nonatomic, weak) id<OmniboxGeolocationAuthorizationAlertDelegate>
+ delegate;
// Designated initializer. Initializes this instance with |delegate|.
- (instancetype)initWithDelegate:

Powered by Google App Engine
This is Rietveld 408576698