#ifndef THIRD_PARTY_BLINK_RENDERER_MODULES_BLUETOOTH_BLUETOOTH_ADVERTISING_EVENT_H_
#define THIRD_PARTY_BLINK_RENDERER_MODULES_BLUETOOTH_BLUETOOTH_ADVERTISING_EVENT_H_
#include <optional>
#include "third_party/blink/public/mojom/bluetooth/web_bluetooth.mojom-blink-forward.h"
#include "third_party/blink/renderer/core/dom/events/event.h"
namespace blink {
class BluetoothDevice;
class BluetoothManufacturerDataMap;
class BluetoothServiceDataMap;
class BluetoothAdvertisingEvent final : public Event { … };
}
#endif