Index: device/bluetooth/test/bluetooth_test_android.h |
diff --git a/device/bluetooth/test/bluetooth_test_android.h b/device/bluetooth/test/bluetooth_test_android.h |
index 048acf0557c904d1b1c89cf70e18605745cafc7d..2aa72cc1f98d1f2707ffd524da8691653de70946 100644 |
--- a/device/bluetooth/test/bluetooth_test_android.h |
+++ b/device/bluetooth/test/bluetooth_test_android.h |
@@ -30,6 +30,7 @@ class BluetoothTestAndroid : public BluetoothTestBase { |
void InitWithoutDefaultAdapter() override; |
void InitWithFakeAdapter() override; |
bool DenyPermission() override; |
+ |
BluetoothDevice* SimulateLowEnergyDevice(int device_ordinal) override; |
void SimulateGattConnection(BluetoothDevice* device) override; |
void SimulateGattConnectionError(BluetoothDevice* device, |