| 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 0e5e24e7d3ed3a5424ac04fff6116c4c1f4af53d..38a6fe20d706710ad7b9070b8be3c8a349739222 100644
|
| --- a/base/trace_event/memory_dump_session_state.h
|
| +++ b/base/trace_event/memory_dump_session_state.h
|
| @@ -18,7 +18,7 @@ class BASE_EXPORT MemoryDumpSessionState
|
| : public RefCountedThreadSafe<MemoryDumpSessionState> {
|
| public:
|
| MemoryDumpSessionState();
|
| - MemoryAllocatorAttributesTypeInfo allocators_attributes_types;
|
| + MemoryAllocatorAttributesTypeInfo allocators_attributes_type_info;
|
|
|
| private:
|
| friend class RefCountedThreadSafe<MemoryDumpSessionState>;
|
|
|