#ifndef COMPONENTS_PERFORMANCE_MANAGER_V8_MEMORY_WEB_MEMORY_AGGREGATOR_H_
#define COMPONENTS_PERFORMANCE_MANAGER_V8_MEMORY_WEB_MEMORY_AGGREGATOR_H_
#include <optional>
#include <string>
#include "base/memory/raw_ptr.h"
#include "base/sequence_checker.h"
#include "components/performance_manager/public/mojom/web_memory.mojom.h"
#include "content/public/browser/browsing_instance_id.h"
#include "url/origin.h"
namespace performance_manager {
class FrameNode;
class ProcessNode;
class WorkerNode;
namespace v8_memory {
class AggregationPointVisitor;
class WebMemoryAggregator { … };
}
}
#endif