| Index: device/bluetooth/bluetooth_device.h
|
| diff --git a/device/bluetooth/bluetooth_device.h b/device/bluetooth/bluetooth_device.h
|
| index d98395c552d2f21b9d6cf710d4ff12ab52603625..657a67cade755c5f6490b04d8ae60938d7f34d71 100644
|
| --- a/device/bluetooth/bluetooth_device.h
|
| +++ b/device/bluetooth/bluetooth_device.h
|
| @@ -484,6 +484,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);
|
|
|
|
|