#ifndef SERVICES_AUDIO_DEVICE_NOTIFIER_H_
#define SERVICES_AUDIO_DEVICE_NOTIFIER_H_
#include "base/system/system_monitor.h"
#include "mojo/public/cpp/bindings/pending_receiver.h"
#include "mojo/public/cpp/bindings/receiver_set.h"
#include "mojo/public/cpp/bindings/remote_set.h"
#include "services/audio/public/mojom/device_notifications.mojom.h"
namespace base {
class SequencedTaskRunner;
}
namespace audio {
class DeviceNotifier final : public base::SystemMonitor::DevicesChangedObserver,
public mojom::DeviceNotifier { … };
}
#endif