| Index: base/trace_event/heap_profiler_heap_dump_writer.h
|
| diff --git a/base/trace_event/heap_profiler_heap_dump_writer.h b/base/trace_event/heap_profiler_heap_dump_writer.h
|
| index 84639062602fde226ce22db4d9c1dfa308d4fa77..3366c286f521ac4d9e7666cc22f8f9acd154a774 100644
|
| --- a/base/trace_event/heap_profiler_heap_dump_writer.h
|
| +++ b/base/trace_event/heap_profiler_heap_dump_writer.h
|
| @@ -18,7 +18,7 @@
|
| namespace base {
|
| namespace trace_event {
|
|
|
| -class MemoryDumpSessionState;
|
| +class HeapProfilerSerializationState;
|
| class StackFrameDeduplicator;
|
| class TracedValue;
|
| class TypeNameDeduplicator;
|
| @@ -30,7 +30,7 @@ class TypeNameDeduplicator;
|
| BASE_EXPORT std::unique_ptr<TracedValue> ExportHeapDump(
|
| const std::unordered_map<AllocationContext, AllocationMetrics>&
|
| metrics_by_context,
|
| - const MemoryDumpSessionState& session_state);
|
| + const HeapProfilerSerializationState& heap_profiler_serialization_state);
|
|
|
| namespace internal {
|
|
|
|
|