| Index: chrome/browser/password_manager/native_backend_libsecret.cc
|
| diff --git a/chrome/browser/password_manager/native_backend_libsecret.cc b/chrome/browser/password_manager/native_backend_libsecret.cc
|
| index 72ecbad15b746d4326a93c75d41238e4f358e305..252af3d813ce097c9202f0a56151ca497734440a 100644
|
| --- a/chrome/browser/password_manager/native_backend_libsecret.cc
|
| +++ b/chrome/browser/password_manager/native_backend_libsecret.cc
|
| @@ -601,7 +601,7 @@ ScopedVector<autofill::PasswordForm> NativeBackendLibsecret::ConvertFormList(
|
| } else {
|
| VLOG(1) << "Unable to access password from list element!";
|
| }
|
| - forms.push_back(form.release());
|
| + forms.push_back(form.Pass());
|
| } else {
|
| VLOG(1) << "Could not initialize PasswordForm from attributes!";
|
| }
|
|
|