Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1512)

Unified Diff: device/bluetooth/bluez/bluetooth_remote_gatt_service_bluez.h

Issue 2606823002: Remove base::ScopedPtrHashMap from device/. (Closed)
Patch Set: one last fix Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698