blob: fce1b787e5f4135f9ce3ab1c4c757f6e207040c2 [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_item.h"
namespace media_message_center {
namespace test {
MockMediaNotificationItem::MockMediaNotificationItem() = default;
MockMediaNotificationItem::~MockMediaNotificationItem() = default;
base::WeakPtr<MockMediaNotificationItem>
MockMediaNotificationItem::GetWeakPtr() {
return weak_ptr_factory_.GetWeakPtr();
}
} // namespace test
} // namespace media_message_center