// 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_TEST_SUPPORT_REMOTE_COMMANDS_STATE_H_ #define COMPONENTS_POLICY_TEST_SUPPORT_REMOTE_COMMANDS_STATE_H_ #include <cstdint> #include "base/containers/flat_map.h" #include "base/observer_list_threadsafe.h" #include "base/synchronization/lock.h" #include "components/policy/proto/device_management_backend.pb.h" em; namespace policy { // Stores information about current pending remote commands, and contains // execution results of sent remote commands. class RemoteCommandsState { … }; } // namespace policy #endif // COMPONENTS_POLICY_TEST_SUPPORT_REMOTE_COMMANDS_STATE_H_