#ifndef COMPONENTS_GLOBAL_MEDIA_CONTROLS_PUBLIC_MOJOM_DEVICE_SERVICE_MOJOM_SHARED_MESSAGE_IDS_H_
#define COMPONENTS_GLOBAL_MEDIA_CONTROLS_PUBLIC_MOJOM_DEVICE_SERVICE_MOJOM_SHARED_MESSAGE_IDS_H_
#include <stdint.h>
namespace global_media_controls::mojom {
namespace messages {
enum class DeviceListHost : uint32_t { … };
enum class DeviceListClient : uint32_t { … };
enum class DeviceService : uint32_t { … };
enum class DevicePickerProvider : uint32_t { … };
enum class DevicePickerObserver : uint32_t { … };
}
}
#endif