| 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 065eb4251402fc2585c9987e2cbb1f40015d1a44..68076c8513626ec69e697884d78baf2fbaccbbd9 100644
|
| --- a/chrome/browser/ui/webui/options/password_manager_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/password_manager_handler.cc
|
| @@ -256,7 +256,7 @@ void PasswordManagerHandler::ShowPassword(
|
| // Call back the front end to reveal the password.
|
| web_ui()->CallJavascriptFunctionUnsafe(
|
| "PasswordManager.showPassword",
|
| - base::FundamentalValue(static_cast<int>(index)),
|
| + base::Value(static_cast<int>(index)),
|
| base::StringValue(password_value));
|
| }
|
|
|
|
|