Index: chrome/browser/password_manager/native_backend_gnome_x.cc |
diff --git a/chrome/browser/password_manager/native_backend_gnome_x.cc b/chrome/browser/password_manager/native_backend_gnome_x.cc |
index 198d73fa5794b15dff9ca8869e2d4ac563b6f9ba..bae48332444b2aa8ee2829d7bfcac476defcf323 100644 |
--- a/chrome/browser/password_manager/native_backend_gnome_x.cc |
+++ b/chrome/browser/password_manager/native_backend_gnome_x.cc |
@@ -206,7 +206,7 @@ ScopedVector<PasswordForm> ConvertFormList(GList* found, |
} else { |
LOG(WARNING) << "Unable to access password from list element!"; |
} |
- forms.push_back(form.release()); |
+ forms.push_back(form.Pass()); |
} else { |
LOG(WARNING) << "Could not initialize PasswordForm from attributes!"; |
} |