#ifndef CHROMEOS_ASH_COMPONENTS_SYSTEM_FAKE_STATISTICS_PROVIDER_H_
#define CHROMEOS_ASH_COMPONENTS_SYSTEM_FAKE_STATISTICS_PROVIDER_H_
#include <string>
#include <string_view>
#include "base/component_export.h"
#include "base/containers/flat_map.h"
#include "base/functional/callback.h"
#include "chromeos/ash/components/system/statistics_provider.h"
namespace ash::system {
class COMPONENT_EXPORT(CHROMEOS_ASH_COMPONENTS_SYSTEM) FakeStatisticsProvider
: public StatisticsProvider { … };
class COMPONENT_EXPORT(CHROMEOS_ASH_COMPONENTS_SYSTEM)
ScopedFakeStatisticsProvider : public FakeStatisticsProvider { … };
}
#endif