// 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 "components/global_media_controls/public/test/mock_media_session_notification_item_delegate.h" namespace global_media_controls::test { MockMediaSessionNotificationItemDelegate:: MockMediaSessionNotificationItemDelegate() = default; MockMediaSessionNotificationItemDelegate:: ~MockMediaSessionNotificationItemDelegate() = default; } // namespace global_media_controls::test