#ifndef COMPONENTS_PERFORMANCE_MANAGER_DECORATORS_PAGE_AGGREGATOR_H_
#define COMPONENTS_PERFORMANCE_MANAGER_DECORATORS_PAGE_AGGREGATOR_H_
#include "components/performance_manager/decorators/page_aggregator_data.h"
#include "components/performance_manager/public/graph/frame_node.h"
#include "components/performance_manager/public/graph/graph.h"
#include "components/performance_manager/public/graph/node_data_describer.h"
namespace performance_manager {
class PageNode;
class PageAggregator : public FrameNode::ObserverDefaultImpl,
public GraphOwnedDefaultImpl,
public NodeDataDescriberDefaultImpl { … };
}
#endif