// 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 "content/browser/metrics/histogram_shared_memory_config.h" #include <string_view> #include "content/public/common/process_type.h" #include "testing/gtest/include/gtest/gtest.h" namespace content { namespace { Config; struct ProcessTypeToOptionalConfig { … }; HistogramSharedMemoryConfigTest; } // namespace TEST_P(HistogramSharedMemoryConfigTest, GetHistogramSharedMemoryConfig) { … } INSTANTIATE_TEST_SUITE_P(…); } // namespace content