#ifndef CONTENT_BROWSER_RENDERER_HOST_MEDIA_AUDIO_SERVICE_LISTENER_H_
#define CONTENT_BROWSER_RENDERER_HOST_MEDIA_AUDIO_SERVICE_LISTENER_H_
#include <memory>
#include <vector>
#include "base/gtest_prod_util.h"
#include "base/process/process.h"
#include "content/common/content_export.h"
#include "content/public/browser/service_process_host.h"
#include "content/public/browser/service_process_info.h"
#include "mojo/public/cpp/bindings/receiver.h"
namespace content {
class CONTENT_EXPORT AudioServiceListener
: public ServiceProcessHost::Observer { … };
}
#endif