chromium/components/media_message_center/mock_media_notification_item.h

// 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.

#ifndef COMPONENTS_MEDIA_MESSAGE_CENTER_MOCK_MEDIA_NOTIFICATION_ITEM_H_
#define COMPONENTS_MEDIA_MESSAGE_CENTER_MOCK_MEDIA_NOTIFICATION_ITEM_H_

#include "components/media_message_center/media_notification_item.h"
#include "testing/gmock/include/gmock/gmock.h"

namespace media_message_center {
namespace test {

class MockMediaNotificationItem : public MediaNotificationItem {};

}  // namespace test
}  // namespace media_message_center

#endif  // COMPONENTS_MEDIA_MESSAGE_CENTER_MOCK_MEDIA_NOTIFICATION_ITEM_H_