Index: base/debug/trace_event_impl.cc |
diff --git a/base/debug/trace_event_impl.cc b/base/debug/trace_event_impl.cc |
index db321e2bfa42c893e34acce70c37d802459c0e6f..0dbd167c090bfbd409686bbfc87428eddd22bd24 100644 |
--- a/base/debug/trace_event_impl.cc |
+++ b/base/debug/trace_event_impl.cc |
@@ -52,6 +52,10 @@ BASE_EXPORT TRACE_EVENT_API_ATOMIC_WORD g_trace_state[3]; |
namespace base { |
namespace debug { |
+std::string ConvertableToTraceFormat::ToPrettyString() const { |
+ return ToString(); |
+} |
+ |
namespace { |
// The overhead of TraceEvent above this threshold will be reported in the |