// Copyright 2021 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/profile_metrics/browser_profile_type.h" #include "base/supports_user_data.h" #include "testing/gtest/include/gtest/gtest.h" namespace { class FakeBrowserContext : public base::SupportsUserData { … }; } // namespace namespace profile_metrics { class BrowserProfileTypeUnitTest : public testing::Test { … }; TEST_F(BrowserProfileTypeUnitTest, AssignmentAndRetrieval) { … } } // namespace profile_metrics