// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_PERFORMANCE_MANAGER_DECORATORS_PAGE_AGGREGATOR_DATA_H_ #define COMPONENTS_PERFORMANCE_MANAGER_DECORATORS_PAGE_AGGREGATOR_DATA_H_ #include "base/types/pass_key.h" #include "base/values.h" #include "components/performance_manager/graph/node_inline_data.h" namespace performance_manager { class FrameNode; class PageNodeImpl; class PageAggregatorData : public SparseNodeInlineData<PageAggregatorData> { … }; } // namespace performance_manager #endif // COMPONENTS_PERFORMANCE_MANAGER_DECORATORS_PAGE_AGGREGATOR_DATA_H_