| Index: base/trace_event/trace_event_impl.h
|
| diff --git a/base/trace_event/trace_event_impl.h b/base/trace_event/trace_event_impl.h
|
| index 8e9b3b0a96e51a1dc85a11394f1455b64dda3462..6d6e4d4d363140645b3e2fa9f34fe2bc6cb3b34b 100644
|
| --- a/base/trace_event/trace_event_impl.h
|
| +++ b/base/trace_event/trace_event_impl.h
|
| @@ -155,6 +155,7 @@ class BASE_EXPORT TraceEvent {
|
| TimeDelta thread_duration_;
|
| // id_ can be used to store phase-specific data.
|
| unsigned long long id_;
|
| + scoped_ptr<TraceEventMemoryOverhead> cached_memory_overhead_estimate_;
|
| // context_id_ is used to store context information.
|
| unsigned long long context_id_;
|
| TraceValue arg_values_[kTraceMaxNumArgs];
|
|
|