blob: f1c57f02fdec83783af32920009f19c8ed923ff2 [file] [log] [blame]
// Copyright 2021 The Chromium Authors. All rights reserved.
// 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