// 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/media_view_utils.h" #include "base/time/time.h" #include "ui/views/test/views_test_base.h" namespace global_media_controls { MediaViewUtilsUnitTest; TEST_F(MediaViewUtilsUnitTest, FormatDurationWithHours) { … } TEST_F(MediaViewUtilsUnitTest, FormatDurationWithoutHours) { … } } // namespace global_media_controls