| Index: device/bluetooth/bluetooth_device.h
|
| diff --git a/device/bluetooth/bluetooth_device.h b/device/bluetooth/bluetooth_device.h
|
| index 82cc1ce1336836ccda653183c904a4f21ba0f393..30ca1d0f03b1d02e89dbcd525251f8efec1311dd 100644
|
| --- a/device/bluetooth/bluetooth_device.h
|
| +++ b/device/bluetooth/bluetooth_device.h
|
| @@ -483,6 +483,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothDevice {
|
| BluetoothGattConnection_ErrorAfterConnection);
|
| FRIEND_TEST_ALL_PREFIXES(BluetoothTest,
|
| BluetoothGattConnection_DisconnectGatt_Cleanup);
|
| + FRIEND_TEST_ALL_PREFIXES(BluetoothTest, GetDeviceName_NullName);
|
|
|
| BluetoothDevice(BluetoothAdapter* adapter);
|
|
|
|
|