| Index: chrome/browser/ui/webui/device_log_ui.cc
|
| diff --git a/chrome/browser/ui/webui/device_log_ui.cc b/chrome/browser/ui/webui/device_log_ui.cc
|
| index 915f932167c197b9ec90041a90a8164f1833d40f..aead87768628266e570ba566f7cc617c0ceab637 100644
|
| --- a/chrome/browser/ui/webui/device_log_ui.cc
|
| +++ b/chrome/browser/ui/webui/device_log_ui.cc
|
| @@ -38,7 +38,7 @@ class DeviceLogMessageHandler : public content::WebUIMessageHandler {
|
|
|
| private:
|
| void GetLog(const base::ListValue* value) const {
|
| - base::StringValue data(device_event_log::GetAsString(
|
| + base::Value data(device_event_log::GetAsString(
|
| device_event_log::NEWEST_FIRST, "json", "",
|
| device_event_log::LOG_LEVEL_DEBUG, 0));
|
| web_ui()->CallJavascriptFunctionUnsafe("DeviceLogUI.getLogCallback", data);
|
|
|