Index: chrome/browser/password_manager/password_store_win.h |
diff --git a/chrome/browser/password_manager/password_store_win.h b/chrome/browser/password_manager/password_store_win.h |
index e3fcace379cb4c8543d46fe8eb8a97ab70a20b82..9d96dc4c3692d8c9b8769e3648541ac18a7cd131 100644 |
--- a/chrome/browser/password_manager/password_store_win.h |
+++ b/chrome/browser/password_manager/password_store_win.h |
@@ -6,6 +6,7 @@ |
#define CHROME_BROWSER_PASSWORD_MANAGER_PASSWORD_STORE_WIN_H_ |
#include "base/memory/scoped_ptr.h" |
+#include "base/memory/scoped_vector.h" |
#include "components/password_manager/core/browser/password_store_default.h" |
class PasswordWebDataService; |
@@ -48,9 +49,9 @@ class PasswordStoreWin : public password_manager::PasswordStoreDefault { |
const ConsumerCallbackRunner& callback_runner) override; |
void GetIE7LoginIfNecessary( |
- const autofill::PasswordForm& form, |
- const ConsumerCallbackRunner& callback_runner, |
- const std::vector<autofill::PasswordForm*>& matched_forms); |
+ const autofill::PasswordForm& form, |
+ const ConsumerCallbackRunner& callback_runner, |
+ ScopedVector<autofill::PasswordForm> matched_forms); |
scoped_ptr<DBHandler> db_handler_; |