#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_INSTRUMENTATION_TRACING_WEB_MEMORY_ALLOCATOR_DUMP_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_INSTRUMENTATION_TRACING_WEB_MEMORY_ALLOCATOR_DUMP_H_
#include <stdint.h>
#include "base/memory/raw_ptr.h"
#include "third_party/blink/renderer/platform/platform_export.h"
#include "third_party/blink/renderer/platform/wtf/allocator/allocator.h"
#include "third_party/blink/renderer/platform/wtf/text/wtf_string.h"
namespace base {
namespace trace_event {
class MemoryAllocatorDump;
}
}
namespace blink {
WebMemoryAllocatorDumpGuid;
class PLATFORM_EXPORT WebMemoryAllocatorDump final { … };
}
#endif