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

Unified Diff: ios/chrome/browser/native_app_launcher/native_app_infobar_delegate.h

Issue 2949103008: [ObjC ARC] Converts ios/chrome/browser/native_app_launcher:native_app_launcher to ARC. (Closed)
Patch Set: missing weak Created 3 years, 6 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/chrome/browser/native_app_launcher/native_app_infobar_delegate.h
diff --git a/ios/chrome/browser/native_app_launcher/native_app_infobar_delegate.h b/ios/chrome/browser/native_app_launcher/native_app_infobar_delegate.h
index 9d84758d0316b42e9ceedd5f2e8e84fcb81ee995..179d16dc80e8016d38dca09068afbed92bc03d5d 100644
--- a/ios/chrome/browser/native_app_launcher/native_app_infobar_delegate.h
+++ b/ios/chrome/browser/native_app_launcher/native_app_infobar_delegate.h
@@ -64,7 +64,7 @@ class NativeAppInfoBarDelegate : public infobars::InfoBarDelegate {
private:
bool ShouldExpire(const NavigationDetails& details) const override;
- id<NativeAppNavigationControllerProtocol> controller_;
+ __weak id<NativeAppNavigationControllerProtocol> controller_;
net::URLRequestContextGetter* requestContextGetter_;
GURL page_url_;
NativeAppControllerType type_;

Powered by Google App Engine
This is Rietveld 408576698