#ifndef CHROME_BROWSER_RESOURCE_COORDINATOR_TAB_MANAGER_RESOURCE_COORDINATOR_SIGNAL_OBSERVER_H_
#define CHROME_BROWSER_RESOURCE_COORDINATOR_TAB_MANAGER_RESOURCE_COORDINATOR_SIGNAL_OBSERVER_H_
#include "base/memory/weak_ptr.h"
#include "components/performance_manager/public/graph/graph.h"
#include "components/performance_manager/public/graph/page_node.h"
namespace content {
class WebContents;
}
namespace resource_coordinator {
class TabManagerResourceCoordinatorSignalObserver
: public performance_manager::GraphOwned,
public performance_manager::PageNode::ObserverDefaultImpl { … };
}
#endif