| Index: device/bluetooth/bluetooth_classic_win.h
|
| diff --git a/device/bluetooth/bluetooth_classic_win.h b/device/bluetooth/bluetooth_classic_win.h
|
| index 8e330e4c56ce4aa676bcfa18bbe7decaaed0c492..8764ef0d109f3440fce9dfebcbd9db1b427fa4a1 100644
|
| --- a/device/bluetooth/bluetooth_classic_win.h
|
| +++ b/device/bluetooth/bluetooth_classic_win.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef DEVICE_BLUETOOTH_BLUETOOTH_CLASSIC_WIN_H_
|
| #define DEVICE_BLUETOOTH_BLUETOOTH_CLASSIC_WIN_H_
|
|
|
| +#include "base/win/scoped_handle.h"
|
| #include "device/bluetooth/bluetooth_export.h"
|
| #include "device/bluetooth/bluetooth_init_win.h"
|
|
|
| @@ -39,6 +40,9 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothClassicWrapper {
|
| protected:
|
| BluetoothClassicWrapper();
|
| virtual ~BluetoothClassicWrapper();
|
| +
|
| + private:
|
| + base::win::ScopedHandle opened_radio_handle_;
|
| };
|
|
|
| } // namespace win
|
|
|