Index: content/browser/tracing/etw_system_event_consumer_win.cc |
diff --git a/content/browser/tracing/etw_system_event_consumer_win.cc b/content/browser/tracing/etw_system_event_consumer_win.cc |
index df20bce41d7a6aa1563e85ff439532ff1b1b6b74..fc3522fd81ecb2499bb792d717a20a0b43b7faa7 100644 |
--- a/content/browser/tracing/etw_system_event_consumer_win.cc |
+++ b/content/browser/tracing/etw_system_event_consumer_win.cc |
@@ -195,7 +195,7 @@ void EtwSystemEventConsumer::TraceAndConsumeOnThread() { |
void EtwSystemEventConsumer::FlushOnThread(const OutputCallback& callback) { |
// Add the header information to the stream. |
scoped_ptr<base::DictionaryValue> header(new base::DictionaryValue()); |
- header->Set("name", base::Value::CreateStringValue("ETW")); |
+ header->Set("name", new base::StringValue("ETW")); |
// Release and pass the events buffer. |
header->Set("content", events_.release()); |