#include "components/performance_manager/decorators/process_priority_aggregator.h"
#include "base/memory/ptr_util.h"
#include "base/memory/raw_ptr.h"
#include "components/performance_manager/graph/frame_node_impl.h"
#include "components/performance_manager/graph/process_node_impl.h"
#include "components/performance_manager/test_support/graph_test_harness.h"
#include "components/performance_manager/test_support/mock_graphs.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace performance_manager {
namespace {
PriorityAndReason;
static const char* kReason = …;
class ProcessPriorityAggregatorTest : public GraphTestHarness { … };
}
TEST_F(ProcessPriorityAggregatorTest, ProcessAggregation) { … }
}