| Index: device/bluetooth/bluetooth_adapter_bluez.h
|
| diff --git a/device/bluetooth/bluetooth_adapter_bluez.h b/device/bluetooth/bluetooth_adapter_bluez.h
|
| index a16bdd5c18774594f0a36a64d20d3fc98ddadd78..f480cffb15de74f34985a35b898dc44932eab4f7 100644
|
| --- a/device/bluetooth/bluetooth_adapter_bluez.h
|
| +++ b/device/bluetooth/bluetooth_adapter_bluez.h
|
| @@ -36,6 +36,7 @@ class SequencedTaskRunner;
|
|
|
| namespace device {
|
| class BluetoothSocketThread;
|
| +class BluetoothTestBlueZ;
|
| } // namespace device
|
|
|
| namespace bluez {
|
| @@ -160,6 +161,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterBlueZ
|
| friend class BluetoothBlueZTest_Shutdown_OnStartDiscoveryError_Test;
|
| friend class BluetoothBlueZTest_Shutdown_OnStopDiscovery_Test;
|
| friend class BluetoothBlueZTest_Shutdown_OnStopDiscoveryError_Test;
|
| + friend class device::BluetoothTestBlueZ;
|
|
|
| // typedef for callback parameters that are passed to AddDiscoverySession
|
| // and RemoveDiscoverySession. This is used to queue incoming requests while
|
|
|