#ifndef COMPONENTS_METRICS_PERSISTENT_SYSTEM_PROFILE_H_
#define COMPONENTS_METRICS_PERSISTENT_SYSTEM_PROFILE_H_
#include <string_view>
#include <vector>
#include "base/memory/raw_ptr.h"
#include "base/threading/thread_checker.h"
#include "third_party/metrics_proto/system_profile.pb.h"
namespace base {
template <typename T>
struct DefaultSingletonTraits;
class PersistentMemoryAllocator;
}
namespace metrics {
class PersistentSystemProfile { … };
class GlobalPersistentSystemProfile : public PersistentSystemProfile { … };
}
#endif