chromium/content/public/test/mock_media_session.h

// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CONTENT_PUBLIC_TEST_MOCK_MEDIA_SESSION_H_
#define CONTENT_PUBLIC_TEST_MOCK_MEDIA_SESSION_H_

#include "base/unguessable_token.h"
#include "content/public/browser/media_session.h"
#include "testing/gmock/include/gmock/gmock.h"

namespace content {

class MockMediaSession : public MediaSession {};

}  // namespace content

#endif  // CONTENT_PUBLIC_TEST_MOCK_MEDIA_SESSION_H_