| Index: chrome/browser/password_manager/update_password_infobar_delegate_android.h
|
| diff --git a/chrome/browser/password_manager/update_password_infobar_delegate_android.h b/chrome/browser/password_manager/update_password_infobar_delegate_android.h
|
| index bb238b202552d80840b1f22e567539d69179f664..94440327d001bb25f6f9475140452e7c9a938f0a 100644
|
| --- a/chrome/browser/password_manager/update_password_infobar_delegate_android.h
|
| +++ b/chrome/browser/password_manager/update_password_infobar_delegate_android.h
|
| @@ -40,7 +40,8 @@ class UpdatePasswordInfoBarDelegate : public PasswordManagerInfoBarDelegate {
|
| // credential is being affected.
|
| bool ShowMultipleAccounts() const;
|
|
|
| - const std::vector<const autofill::PasswordForm*>& GetCurrentForms() const;
|
| + const std::vector<std::unique_ptr<autofill::PasswordForm>>&
|
| + GetCurrentForms() const;
|
|
|
| // Returns the username of the saved credentials in the case when there is
|
| // only one credential pair stored.
|
|
|