mock_media_notification_view.cc 485 B

123456789101112131415
  1. // Copyright 2021 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #include "components/media_message_center/mock_media_notification_view.h"
  5. namespace media_message_center {
  6. namespace test {
  7. MockMediaNotificationView::MockMediaNotificationView() = default;
  8. MockMediaNotificationView::~MockMediaNotificationView() = default;
  9. } // namespace test
  10. } // namespace media_message_center