// 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 "components/global_media_controls/public/views/media_live_status_view.h" #include "ui/views/controls/label.h" #include "ui/views/test/views_test_base.h" namespace global_media_controls { namespace { ui::ColorId kForegroundColorId = …; ui::ColorId kBackgroundColorId = …; } // anonymous namespace class MediaLiveStatusViewTest : public views::ViewsTestBase { … }; TEST_F(MediaLiveStatusViewTest, ViewCheck) { … } } // namespace global_media_controls