#ifndef COMPONENTS_PERFORMANCE_MANAGER_PUBLIC_RESOURCE_ATTRIBUTION_PROCESS_CONTEXT_H_
#define COMPONENTS_PERFORMANCE_MANAGER_PUBLIC_RESOURCE_ATTRIBUTION_PROCESS_CONTEXT_H_
#include <compare>
#include <optional>
#include <string>
#include "base/memory/weak_ptr.h"
#include "components/performance_manager/public/browser_child_process_host_id.h"
#include "components/performance_manager/public/render_process_host_id.h"
#include "third_party/abseil-cpp/absl/types/variant.h"
namespace content {
class BrowserChildProcessHost;
class RenderProcessHost;
}
namespace performance_manager {
class ProcessNode;
}
namespace resource_attribution {
class ProcessContext { … };
}
#endif