#ifndef COMPONENTS_PERFORMANCE_MANAGER_PUBLIC_DECORATORS_PROCESS_METRICS_DECORATOR_H_
#define COMPONENTS_PERFORMANCE_MANAGER_PUBLIC_DECORATORS_PROCESS_METRICS_DECORATOR_H_
#include "base/memory/weak_ptr.h"
#include "base/time/time.h"
#include "base/timer/timer.h"
#include "base/values.h"
#include "components/performance_manager/public/graph/graph_registered.h"
#include "components/performance_manager/public/graph/node_data_describer.h"
namespace memory_instrumentation {
class GlobalMemoryDump;
}
namespace performance_manager {
class Graph;
class SystemNode;
class ProcessMetricsDecorator
: public GraphOwnedAndRegistered<ProcessMetricsDecorator>,
public NodeDataDescriberDefaultImpl { … };
}
#endif