| Index: device/bluetooth/bluetooth_device.h
|
| diff --git a/device/bluetooth/bluetooth_device.h b/device/bluetooth/bluetooth_device.h
|
| index d98395c552d2f21b9d6cf710d4ff12ab52603625..49c083431e0127c278aa1084f9c8e2d9f1cebedd 100644
|
| --- a/device/bluetooth/bluetooth_device.h
|
| +++ b/device/bluetooth/bluetooth_device.h
|
| @@ -484,6 +484,8 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothDevice {
|
| BluetoothGattConnection_ErrorAfterConnection);
|
| FRIEND_TEST_ALL_PREFIXES(BluetoothTest,
|
| BluetoothGattConnection_DisconnectGatt_Cleanup);
|
| + FRIEND_TEST_ALL_PREFIXES(BluetoothTest, GetDeviceName);
|
| + FRIEND_TEST_ALL_PREFIXES(BluetoothTest, GetDeviceName_NullName);
|
|
|
| BluetoothDevice(BluetoothAdapter* adapter);
|
|
|
|
|