#include "components/performance_manager/decorators/page_aggregator.h"
#include "components/performance_manager/graph/frame_node_impl.h"
#include "components/performance_manager/graph/graph_impl_operations.h"
#include "components/performance_manager/graph/process_node_impl.h"
#include "components/performance_manager/public/graph/page_node.h"
#include "components/performance_manager/public/mojom/coordination_unit.mojom.h"
#include "components/performance_manager/test_support/graph_test_harness.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace performance_manager {
namespace {
class PageAggregatorTest : public GraphTestHarness { … };
}
TEST_F(PageAggregatorTest, WebLocksAggregation) { … }
TEST_F(PageAggregatorTest, IndexedDBLocksAggregation) { … }
TEST_F(PageAggregatorTest, WebRTCAggregation) { … }
}