// 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. #include "components/content_settings/core/common/content_settings_constraints.h" #include "base/test/task_environment.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" namespace content_settings { namespace {} // namespace class ContentSettingConstraintsTest : public testing::Test { … }; TEST_F(ContentSettingConstraintsTest, CopyCtor) { … } TEST_F(ContentSettingConstraintsTest, MoveCtor) { … } } // namespace content_settings