| 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 fdf8c07f2f5299d12f14a4807e4bbfe39e583778..7aac940a59aec9ca339c01bd521a8fadcf20cdac 100644
|
| --- a/ios/chrome/browser/passwords/update_password_infobar_controller.h
|
| +++ b/ios/chrome/browser/passwords/update_password_infobar_controller.h
|
| @@ -13,9 +13,9 @@ class IOSChromeUpdatePasswordInfoBarDelegate;
|
| // the user whether they want to update their password.
|
| @interface UpdatePasswordInfoBarController : ConfirmInfoBarController
|
|
|
| -- (UIView<InfoBarViewProtocol>*)
|
| -viewForDelegate:(IOSChromeUpdatePasswordInfoBarDelegate*)delegate
|
| - frame:(CGRect)frame;
|
| +- (InfoBarView*)viewForDelegate:
|
| + (IOSChromeUpdatePasswordInfoBarDelegate*)delegate
|
| + frame:(CGRect)frame;
|
|
|
| @end
|
|
|
|
|