Index: device/bluetooth/bluez/bluetooth_remote_gatt_service_bluez.h |
diff --git a/device/bluetooth/bluez/bluetooth_remote_gatt_service_bluez.h b/device/bluetooth/bluez/bluetooth_remote_gatt_service_bluez.h |
index c08375b9781c63ff6221762eca73f22961e6e483..90acbe44025987ca382e9eac6e7e20e323a46417 100644 |
--- a/device/bluetooth/bluez/bluetooth_remote_gatt_service_bluez.h |
+++ b/device/bluetooth/bluez/bluetooth_remote_gatt_service_bluez.h |
@@ -42,6 +42,8 @@ class BluetoothRemoteGattServiceBlueZ |
public BluetoothGattCharacteristicClient::Observer, |
public device::BluetoothRemoteGattService { |
public: |
+ ~BluetoothRemoteGattServiceBlueZ() override; |
+ |
// device::BluetoothRemoteGattService overrides. |
device::BluetoothUUID GetUUID() const override; |
device::BluetoothDevice* GetDevice() const override; |
@@ -83,7 +85,6 @@ class BluetoothRemoteGattServiceBlueZ |
BluetoothRemoteGattServiceBlueZ(BluetoothAdapterBlueZ* adapter, |
BluetoothDeviceBlueZ* device, |
const dbus::ObjectPath& object_path); |
- ~BluetoothRemoteGattServiceBlueZ() override; |
// bluez::BluetoothGattServiceClient::Observer override. |
void GattServicePropertyChanged(const dbus::ObjectPath& object_path, |