// Copyright 2020 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/media_message_center/media_notification_background_ash_impl.h" #include "base/i18n/rtl.h" #include "testing/gtest/include/gtest/gtest.h" #include "third_party/skia/include/core/SkBitmap.h" #include "ui/gfx/geometry/rect.h" #include "ui/gfx/image/image_unittest_util.h" namespace media_message_center { class MediaNotificationBackgroundAshImplTest : public testing::Test { … }; TEST_F(MediaNotificationBackgroundAshImplTest, ArtworkBoundsTest) { … } } // namespace media_message_center