#include "third_party/blink/renderer/platform/instrumentation/tracing/web_process_memory_dump.h"
#include <memory>
#include "base/memory/discardable_memory.h"
#include "base/test/test_discardable_memory_allocator.h"
#include "base/trace_event/memory_allocator_dump.h"
#include "base/trace_event/process_memory_dump.h"
#include "base/trace_event/traced_value.h"
#include "base/values.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/platform/instrumentation/tracing/web_memory_allocator_dump.h"
namespace blink {
Contains;
Eq;
ByRef;
MemoryAllocatorDump;
TEST(WebProcessMemoryDumpTest, IntegrationTest) { … }
}