// 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. #include <memory> #include <string> #include "components/compose/core/browser/compose_utils.h" #include "testing/gtest/include/gtest/gtest.h" TestWithParam; namespace compose { struct TrimmingTestCase { … }; ComposePromptTrimmingUnitTest; TEST_P(ComposePromptTrimmingUnitTest, TestPromptTrimming) { … } INSTANTIATE_TEST_SUITE_P(…); } // namespace compose