// 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 CONTENT_BROWSER_FIRST_PARTY_SETS_FIRST_PARTY_SETS_OVERRIDES_POLICY_H_ #define CONTENT_BROWSER_FIRST_PARTY_SETS_FIRST_PARTY_SETS_OVERRIDES_POLICY_H_ #include "content/common/content_export.h" #include "net/first_party_sets/sets_mutation.h" namespace content { // This class holds the inputs/configuration associated with the // RelatedWebsiteSetsOverrides/FirstPartySetsOverrides policy, after it has been // parsed. class CONTENT_EXPORT FirstPartySetsOverridesPolicy { … }; } // namespace content #endif // CONTENT_BROWSER_FIRST_PARTY_SETS_FIRST_PARTY_SETS_OVERRIDES_POLICY_H_