Index: chrome/browser/ui/webui/chromeos/cryptohome_web_ui_handler.cc |
diff --git a/chrome/browser/ui/webui/chromeos/cryptohome_web_ui_handler.cc b/chrome/browser/ui/webui/chromeos/cryptohome_web_ui_handler.cc |
index 8702739903937b392c4c252f1a5db464527c46d3..0a7d931c282a42f370018acea908d807f5ffb0e7 100644 |
--- a/chrome/browser/ui/webui/chromeos/cryptohome_web_ui_handler.cc |
+++ b/chrome/browser/ui/webui/chromeos/cryptohome_web_ui_handler.cc |
@@ -76,7 +76,7 @@ void CryptohomeWebUIHandler::OnCryptohomeBoolProperty( |
void CryptohomeWebUIHandler::SetCryptohomeProperty( |
const std::string& destination_id, |
const base::Value& value) { |
- base::StringValue destination_id_value(destination_id); |
+ base::Value destination_id_value(destination_id); |
web_ui()->CallJavascriptFunctionUnsafe("SetCryptohomeProperty", |
destination_id_value, value); |
} |