chromium/components/policy/core/common/local_test_policy_loader.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_LOCAL_TEST_POLICY_LOADER_H_
#define COMPONENTS_POLICY_CORE_COMMON_LOCAL_TEST_POLICY_LOADER_H_

#include <string>

#include "components/policy/core/common/policy_bundle.h"
#include "components/policy/policy_export.h"

namespace policy {

class PolicyBundle;

// Loads policies from policy testing page
class POLICY_EXPORT LocalTestPolicyLoader {};

}  // namespace policy

#endif  // COMPONENTS_POLICY_CORE_COMMON_LOCAL_TEST_POLICY_LOADER_H_