#ifndef CONTENT_BROWSER_BLUETOOTH_FRAME_CONNECTED_BLUETOOTH_DEVICES_H_
#define CONTENT_BROWSER_BLUETOOTH_FRAME_CONNECTED_BLUETOOTH_DEVICES_H_
#include <memory>
#include <optional>
#include <string>
#include <unordered_map>
#include "base/memory/raw_ptr.h"
#include "content/common/content_export.h"
#include "mojo/public/cpp/bindings/associated_remote.h"
#include "third_party/blink/public/common/bluetooth/web_bluetooth_device_id.h"
#include "third_party/blink/public/mojom/bluetooth/web_bluetooth.mojom.h"
#include "url/origin.h"
namespace device {
class BluetoothGattConnection;
}
namespace content {
struct GATTConnectionAndServerClient;
class RenderFrameHost;
class WebContentsImpl;
class CONTENT_EXPORT FrameConnectedBluetoothDevices final { … };
}
#endif