// Copyright 2021 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_CLIENT_STORAGE_H_ #define COMPONENTS_POLICY_TEST_SUPPORT_CLIENT_STORAGE_H_ #include <map> #include <optional> #include <set> #include <string> #include <vector> namespace policy { // Stores information about registered clients. class ClientStorage { … }; } // namespace policy #endif // COMPONENTS_POLICY_TEST_SUPPORT_CLIENT_STORAGE_H_