| Index: device/bluetooth/bluetooth_remote_gatt_characteristic_chromeos.h
|
| diff --git a/device/bluetooth/bluetooth_remote_gatt_characteristic_chromeos.h b/device/bluetooth/bluetooth_remote_gatt_characteristic_chromeos.h
|
| index a23a1178f65164f86119544c81822fde26df71b8..361b31973e409ea9fc361d02ab3dacd302412729 100644
|
| --- a/device/bluetooth/bluetooth_remote_gatt_characteristic_chromeos.h
|
| +++ b/device/bluetooth/bluetooth_remote_gatt_characteristic_chromeos.h
|
| @@ -12,10 +12,10 @@
|
| #include <vector>
|
|
|
| #include "base/memory/weak_ptr.h"
|
| -#include "chromeos/dbus/bluetooth_gatt_descriptor_client.h"
|
| #include "dbus/object_path.h"
|
| #include "device/bluetooth/bluetooth_gatt_characteristic.h"
|
| #include "device/bluetooth/bluetooth_uuid.h"
|
| +#include "device/bluetooth/dbus/bluetooth_gatt_descriptor_client.h"
|
|
|
| namespace device {
|
|
|
| @@ -34,7 +34,7 @@ class BluetoothRemoteGattServiceChromeOS;
|
| // platform.
|
| class BluetoothRemoteGattCharacteristicChromeOS
|
| : public device::BluetoothGattCharacteristic,
|
| - public BluetoothGattDescriptorClient::Observer {
|
| + public bluez::BluetoothGattDescriptorClient::Observer {
|
| public:
|
| // device::BluetoothGattCharacteristic overrides.
|
| std::string GetIdentifier() const override;
|
| @@ -78,7 +78,7 @@ class BluetoothRemoteGattCharacteristicChromeOS
|
| const dbus::ObjectPath& object_path);
|
| ~BluetoothRemoteGattCharacteristicChromeOS() override;
|
|
|
| - // BluetoothGattDescriptorClient::Observer overrides.
|
| + // bluez::BluetoothGattDescriptorClient::Observer overrides.
|
| void GattDescriptorAdded(const dbus::ObjectPath& object_path) override;
|
| void GattDescriptorRemoved(const dbus::ObjectPath& object_path) override;
|
| void GattDescriptorPropertyChanged(const dbus::ObjectPath& object_path,
|
|
|