#ifndef COMPONENTS_PERFORMANCE_MANAGER_TAB_HELPER_FRAME_NODE_SOURCE_H_
#define COMPONENTS_PERFORMANCE_MANAGER_TAB_HELPER_FRAME_NODE_SOURCE_H_
#include "base/memory/raw_ptr.h"
#include "components/performance_manager/frame_node_source.h"
#include "base/observer_list_types.h"
#include "base/scoped_multi_source_observation.h"
#include "components/performance_manager/performance_manager_tab_helper.h"
namespace performance_manager {
class TabHelperFrameNodeSource : public FrameNodeSource,
public PerformanceManagerTabHelper::Observer { … };
}
#endif