#ifndef COMPONENTS_POLICY_CORE_COMMON_CLOUD_PROFILE_CLOUD_POLICY_MANAGER_H_
#define COMPONENTS_POLICY_CORE_COMMON_CLOUD_PROFILE_CLOUD_POLICY_MANAGER_H_
#include <memory>
#include "base/memory/raw_ptr.h"
#include "components/policy/core/common/cloud/cloud_policy_manager.h"
#include "services/network/public/cpp/network_connection_tracker.h"
class PrefService;
namespace base {
class FilePath;
class SequencedTaskRunner;
}
namespace policy {
class CloudExternalDataManager;
class CloudPolicyClient;
class ProfileCloudPolicyStore;
class SchemaRegistry;
class POLICY_EXPORT ProfileCloudPolicyManager : public CloudPolicyManager { … };
}
#endif