chromium/services/media_session/public/cpp/test/mock_audio_focus_manager.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 SERVICES_MEDIA_SESSION_PUBLIC_CPP_TEST_MOCK_AUDIO_FOCUS_MANAGER_H_
#define SERVICES_MEDIA_SESSION_PUBLIC_CPP_TEST_MOCK_AUDIO_FOCUS_MANAGER_H_

#include "base/component_export.h"
#include "mojo/public/cpp/bindings/receiver.h"
#include "services/media_session/public/mojom/audio_focus.mojom.h"
#include "testing/gmock/include/gmock/gmock.h"

namespace media_session {
namespace test {

class COMPONENT_EXPORT(MEDIA_SESSION_TEST_SUPPORT_CPP) MockAudioFocusManager
    : public mojom::AudioFocusManager {};

}  // namespace test
}  // namespace media_session

#endif  // SERVICES_MEDIA_SESSION_PUBLIC_CPP_TEST_MOCK_AUDIO_FOCUS_MANAGER_H_