// 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_PRIVACY_SANDBOX_MOCK_PRIVACY_SANDBOX_SETTINGS_H_ #define COMPONENTS_PRIVACY_SANDBOX_MOCK_PRIVACY_SANDBOX_SETTINGS_H_ #include "components/privacy_sandbox/privacy_sandbox_settings.h" #include "components/privacy_sandbox/tpcd_experiment_eligibility.h" #include "testing/gmock/include/gmock/gmock.h" namespace privacy_sandbox_test_util { class MockPrivacySandboxSettings : public privacy_sandbox::PrivacySandboxSettings { … }; } // namespace privacy_sandbox_test_util #endif // COMPONENTS_PRIVACY_SANDBOX_MOCK_PRIVACY_SANDBOX_SETTINGS_H_