#include "components/policy/core/common/cloud/profile_cloud_policy_manager.h"
#include <memory>
#include "base/functional/callback.h"
#include "base/memory/raw_ptr.h"
#include "base/task/sequenced_task_runner.h"
#include "base/test/task_environment.h"
#include "components/policy/core/common/cloud/cloud_external_data_manager.h"
#include "components/policy/core/common/cloud/mock_profile_cloud_policy_store.h"
#include "components/policy/core/common/external_data_fetcher.h"
#include "components/policy/core/common/mock_configuration_policy_provider.h"
#include "components/policy/core/common/policy_types.h"
#include "components/policy/core/common/schema_registry.h"
#include "services/network/test/test_network_connection_tracker.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
em;
_;
AnyNumber;
AtLeast;
Mock;
namespace policy {
namespace {
class ProfileCloudPolicyManagerTest : public testing::Test { … };
TEST_F(ProfileCloudPolicyManagerTest, DisconnectAndRemovePolicy) { … }
}
}