Index: chrome/browser/ui/webui/quota_internals/quota_internals_handler.cc |
diff --git a/chrome/browser/ui/webui/quota_internals/quota_internals_handler.cc b/chrome/browser/ui/webui/quota_internals/quota_internals_handler.cc |
index 0d5749bc83269e643f6cb8f7d48dc9a95aece770..1c632127e2019b056880cf754d88324ea53a14f3 100644 |
--- a/chrome/browser/ui/webui/quota_internals/quota_internals_handler.cc |
+++ b/chrome/browser/ui/webui/quota_internals/quota_internals_handler.cc |
@@ -77,7 +77,7 @@ void QuotaInternalsHandler::ReportStatistics(const Statistics& stats) { |
void QuotaInternalsHandler::SendMessage(const std::string& message, |
const base::Value& value) { |
web_ui()->CallJavascriptFunctionUnsafe("cr.quota.messageHandler", |
- base::StringValue(message), value); |
+ base::Value(message), value); |
} |
void QuotaInternalsHandler::OnRequestInfo(const base::ListValue*) { |