chromium/components/metrics/structured/lib/resource_info.h

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef COMPONENTS_METRICS_STRUCTURED_LIB_RESOURCE_INFO_H_
#define COMPONENTS_METRICS_STRUCTURED_LIB_RESOURCE_INFO_H_

#include <cstdint>

namespace metrics::structured {
// The current usage and limits of some recourse.
//
// These resources could be disk space or memory consumption.
struct ResourceInfo {};
}  // namespace metrics::structured

#endif  // COMPONENTS_METRICS_STRUCTURED_LIB_RESOURCE_INFO_H_