| Index: base/trace_event/memory_dump_session_state.h
|
| diff --git a/base/trace_event/memory_dump_session_state.h b/base/trace_event/memory_dump_session_state.h
|
| index 38a6fe20d706710ad7b9070b8be3c8a349739222..cf29b85559cc75326841545617e7cb86a2077a4e 100644
|
| --- a/base/trace_event/memory_dump_session_state.h
|
| +++ b/base/trace_event/memory_dump_session_state.h
|
| @@ -9,16 +9,16 @@
|
|
|
| #include "base/base_export.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "base/trace_event/memory_allocator_attributes_type_info.h"
|
|
|
| namespace base {
|
| namespace trace_event {
|
|
|
| +// Container for state variables that should be shared across all the memory
|
| +// dumps in a tracing session.
|
| class BASE_EXPORT MemoryDumpSessionState
|
| : public RefCountedThreadSafe<MemoryDumpSessionState> {
|
| public:
|
| MemoryDumpSessionState();
|
| - MemoryAllocatorAttributesTypeInfo allocators_attributes_type_info;
|
|
|
| private:
|
| friend class RefCountedThreadSafe<MemoryDumpSessionState>;
|
|
|