| Index: chrome/browser/ui/webui/options/password_manager_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/password_manager_handler.cc b/chrome/browser/ui/webui/options/password_manager_handler.cc
|
| index af7936871d8c4a9f228d4873341a1480af9e37f5..93d4d087d1fd761de0f4c6882e3cc97e0183a82b 100644
|
| --- a/chrome/browser/ui/webui/options/password_manager_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/password_manager_handler.cc
|
| @@ -108,7 +108,7 @@ void PasswordManagerHandler::OnLoginsChanged() {
|
|
|
| PasswordStore* PasswordManagerHandler::GetPasswordStore() {
|
| return PasswordStoreFactory::GetForProfile(Profile::FromWebUI(web_ui()),
|
| - Profile::EXPLICIT_ACCESS);
|
| + Profile::EXPLICIT_ACCESS).get();
|
| }
|
|
|
| void PasswordManagerHandler::UpdatePasswordLists(const ListValue* args) {
|
|
|