| Index: ios/chrome/browser/passwords/ios_chrome_save_password_infobar_delegate.h
|
| diff --git a/ios/chrome/browser/passwords/ios_chrome_save_password_infobar_delegate.h b/ios/chrome/browser/passwords/ios_chrome_save_password_infobar_delegate.h
|
| index baf891e35927be9b33cde3ca048963f2c4c8a8d6..cf9117ee26c469e17d63a8a035fb62c09275dd5e 100644
|
| --- a/ios/chrome/browser/passwords/ios_chrome_save_password_infobar_delegate.h
|
| +++ b/ios/chrome/browser/passwords/ios_chrome_save_password_infobar_delegate.h
|
| @@ -54,7 +54,7 @@ class IOSChromeSavePasswordInfoBarDelegate : public ConfirmInfoBarDelegate {
|
| scoped_ptr<password_manager::PasswordFormManager> form_to_save_;
|
|
|
| // Used to track the results we get from the info bar.
|
| - password_manager::metrics_util::ResponseType infobar_response_;
|
| + password_manager::metrics_util::UIDismissalReason infobar_response_;
|
|
|
| // Whether to show the password manager branded as Smart Lock.
|
| bool is_smart_lock_branding_enabled_;
|
|
|