#ifndef COMPONENTS_ENTERPRISE_IDLE_IDLE_TIMEOUT_POLICY_HANDLER_H_
#define COMPONENTS_ENTERPRISE_IDLE_IDLE_TIMEOUT_POLICY_HANDLER_H_
#include "components/policy/core/browser/configuration_policy_handler.h"
#include "components/sync/base/user_selectable_type.h"
class PrefValueMap;
namespace policy {
class PolicyErrorMap;
class PolicyMap;
}
namespace enterprise_idle {
class IdleTimeoutPolicyHandler : public policy::IntRangePolicyHandler { … };
class IdleTimeoutActionsPolicyHandler
: public policy::SchemaValidatingPolicyHandler { … };
}
#endif