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

Unified Diff: ios/chrome/browser/passwords/update_password_infobar_controller.h

Issue 2574463002: [ObjC ARC] Converts ios/chrome/browser/infobars:infobars to ARC.\n\nAutomatically generated ARCMigr… (Closed)
Patch Set: retain-autorelease Created 4 years 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/passwords/update_password_infobar_controller.h
diff --git a/ios/chrome/browser/passwords/update_password_infobar_controller.h b/ios/chrome/browser/passwords/update_password_infobar_controller.h
index 4ab9fafbc60c6a11ad3395a85da42b482478dc2a..fdf8c07f2f5299d12f14a4807e4bbfe39e583778 100644
--- a/ios/chrome/browser/passwords/update_password_infobar_controller.h
+++ b/ios/chrome/browser/passwords/update_password_infobar_controller.h
@@ -13,7 +13,7 @@ class IOSChromeUpdatePasswordInfoBarDelegate;
// the user whether they want to update their password.
@interface UpdatePasswordInfoBarController : ConfirmInfoBarController
-- (base::scoped_nsobject<UIView<InfoBarViewProtocol>>)
+- (UIView<InfoBarViewProtocol>*)
viewForDelegate:(IOSChromeUpdatePasswordInfoBarDelegate*)delegate
frame:(CGRect)frame;

Powered by Google App Engine
This is Rietveld 408576698