chromium/components/policy/core/common/cloud/profile_cloud_policy_manager.h

// Copyright 2023 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_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 base

namespace policy {

class CloudExternalDataManager;
class CloudPolicyClient;
class ProfileCloudPolicyStore;
class SchemaRegistry;

// Implements a cloud policy manager that initializes the profile level user
// cloud policy.
class POLICY_EXPORT ProfileCloudPolicyManager : public CloudPolicyManager {};

}  // namespace policy

#endif  // COMPONENTS_POLICY_CORE_COMMON_CLOUD_PROFILE_CLOUD_POLICY_MANAGER_H_