#include "content/browser/renderer_host/media/audio_service_listener.h"
#include <utility>
#include "base/process/process.h"
#include "base/test/scoped_feature_list.h"
#include "base/test/simple_test_tick_clock.h"
#include "base/token.h"
#include "content/public/browser/service_process_host.h"
#include "content/public/common/content_features.h"
#include "content/public/test/browser_task_environment.h"
#include "services/audio/public/mojom/audio_service.mojom.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace content {
namespace {
ServiceProcessInfo MakeFakeAudioServiceProcessInfo() { … }
}
struct AudioServiceListenerTest : public testing::Test { … };
TEST_F(AudioServiceListenerTest, OnInitWithAudioService_ProcessIdNotNull) { … }
}