chromium/components/media_message_center/mock_media_notification_view.cc

// 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/media_message_center/mock_media_notification_view.h"

namespace media_message_center {
namespace test {

MockMediaNotificationView::MockMediaNotificationView() = default;

MockMediaNotificationView::~MockMediaNotificationView() = default;

}  // namespace test
}  // namespace media_message_center