#ifndef THIRD_PARTY_BLINK_PUBLIC_COMMON_BLUETOOTH_WEB_BLUETOOTH_DEVICE_ID_H_
#define THIRD_PARTY_BLINK_PUBLIC_COMMON_BLUETOOTH_WEB_BLUETOOTH_DEVICE_ID_H_
#include <stdint.h>
#include <array>
#include <cstdint>
#include <functional>
#include <iosfwd>
#include <string>
#include "third_party/blink/public/common/common_export.h"
namespace blink {
WebBluetoothDeviceIdKey;
class BLINK_COMMON_EXPORT WebBluetoothDeviceId { … };
BLINK_COMMON_EXPORT std::ostream& operator<<(
std::ostream& out,
const WebBluetoothDeviceId& device_id);
struct WebBluetoothDeviceIdHash { … };
}
#endif