#ifndef COMPONENTS_POLICY_CORE_BROWSER_CONFIGURATION_POLICY_PREF_STORE_TEST_H_
#define COMPONENTS_POLICY_CORE_BROWSER_CONFIGURATION_POLICY_PREF_STORE_TEST_H_
#include <memory>
#include "base/memory/ref_counted.h"
#include "base/test/task_environment.h"
#include "components/policy/core/browser/configuration_policy_handler_list.h"
#include "components/policy/core/common/mock_configuration_policy_provider.h"
#include "components/policy/core/common/policy_service_impl.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace policy {
struct PolicyHandlerParameters;
class PolicyMap;
class ConfigurationPolicyPrefStore;
class ConfigurationPolicyPrefStoreTest : public testing::Test { … };
}
#endif