// Copyright 2024 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_TPCD_METADATA_COMMON_MANAGER_BASE_H_ #define COMPONENTS_TPCD_METADATA_COMMON_MANAGER_BASE_H_ #include "components/content_settings/core/common/content_settings.h" #include "components/content_settings/core/common/host_indexed_content_settings.h" namespace tpcd::metadata::common { class ManagerBase { … }; } // namespace tpcd::metadata::common #endif // COMPONENTS_TPCD_METADATA_COMMON_MANAGER_BASE_H_