| Index: content/browser/bluetooth/web_bluetooth_service_impl.h
|
| diff --git a/content/browser/bluetooth/web_bluetooth_service_impl.h b/content/browser/bluetooth/web_bluetooth_service_impl.h
|
| index 2034cbbca0ca820b7171c5590f7bb9f0f61cc83e..1c9e76d9cf5c9e38672a46350d1d23af978e5470 100644
|
| --- a/content/browser/bluetooth/web_bluetooth_service_impl.h
|
| +++ b/content/browser/bluetooth/web_bluetooth_service_impl.h
|
| @@ -30,7 +30,6 @@ class Origin;
|
| namespace content {
|
|
|
| class BluetoothDeviceChooserController;
|
| -class BluetoothAdapterFactoryWrapper;
|
| class FrameConnectedBluetoothDevices;
|
| class RenderFrameHost;
|
| class RenderProcessHost;
|
| @@ -204,7 +203,6 @@ class WebBluetoothServiceImpl : public blink::mojom::WebBluetoothService,
|
| const std::string& characteristic_instance_id);
|
|
|
| RenderProcessHost* GetRenderProcessHost();
|
| - BluetoothAdapterFactoryWrapper* GetBluetoothAdapterFactoryWrapper();
|
| device::BluetoothAdapter* GetAdapter();
|
| url::Origin GetOrigin();
|
|
|
|
|