Index: base/debug/trace_event_unittest.cc |
diff --git a/base/debug/trace_event_unittest.cc b/base/debug/trace_event_unittest.cc |
index b85b468add1f33c11eacdda9f47d4fbb76f83149..66dff0d7f7d57819aa45fcd30f7f8c21ff4462d6 100644 |
--- a/base/debug/trace_event_unittest.cc |
+++ b/base/debug/trace_event_unittest.cc |
@@ -99,7 +99,7 @@ void TraceEventTestFixture::OnTraceDataCollected( |
trace_buffer_.Finish(); |
scoped_ptr<Value> root; |
- root.reset(base::JSONReader::Read(json_output_.json_output, false)); |
+ root.reset(base::JSONReader::Read(json_output_.json_output)); |
if (!root.get()) { |
LOG(ERROR) << json_output_.json_output; |