#ifndef COMPONENTS_POLICY_CORE_COMMON_POLICY_STATISTICS_COLLECTOR_H_
#define COMPONENTS_POLICY_CORE_COMMON_POLICY_STATISTICS_COLLECTOR_H_
#include "base/cancelable_callback.h"
#include "base/memory/raw_ptr.h"
#include "base/memory/ref_counted.h"
#include "base/time/time.h"
#include "components/policy/core/common/policy_details.h"
#include "components/policy/core/common/schema.h"
#include "components/policy/policy_export.h"
class PrefService;
class PrefRegistrySimple;
namespace base {
class TaskRunner;
}
namespace policy {
class PolicyService;
enum Condition { … };
enum class PoliciesSources { … };
enum class BrowserSigninMode { … };
class POLICY_EXPORT PolicyStatisticsCollector { … };
}
#endif