#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 { … };
}
}
#endif