| Index: device/bluetooth/bluetooth_gatt_connection_chromeos.h
|
| diff --git a/device/bluetooth/bluetooth_gatt_connection_chromeos.h b/device/bluetooth/bluetooth_gatt_connection_chromeos.h
|
| index 2727a2354b87abc4063bbfd23f889e1d4ed79627..6e40283bba6402d9363f63769f3d7b46ea414dce 100644
|
| --- a/device/bluetooth/bluetooth_gatt_connection_chromeos.h
|
| +++ b/device/bluetooth/bluetooth_gatt_connection_chromeos.h
|
| @@ -9,9 +9,9 @@
|
|
|
| #include "base/callback.h"
|
| #include "base/memory/weak_ptr.h"
|
| -#include "chromeos/dbus/bluetooth_device_client.h"
|
| #include "dbus/object_path.h"
|
| #include "device/bluetooth/bluetooth_gatt_connection.h"
|
| +#include "device/bluetooth/dbus/bluetooth_device_client.h"
|
|
|
| namespace device {
|
|
|
| @@ -25,7 +25,7 @@ namespace chromeos {
|
| // Chrome OS platform.
|
| class BluetoothGattConnectionChromeOS
|
| : public device::BluetoothGattConnection,
|
| - public BluetoothDeviceClient::Observer {
|
| + public bluez::BluetoothDeviceClient::Observer {
|
| public:
|
| explicit BluetoothGattConnectionChromeOS(
|
| scoped_refptr<device::BluetoothAdapter> adapter,
|
| @@ -38,8 +38,7 @@ class BluetoothGattConnectionChromeOS
|
| void Disconnect() override;
|
|
|
| private:
|
| -
|
| - // chromeos::BluetoothDeviceClient::Observer overrides.
|
| + // bluez::Bluetooth$1Client::Observer overrides.
|
| void DeviceRemoved(const dbus::ObjectPath& object_path) override;
|
| void DevicePropertyChanged(const dbus::ObjectPath& object_path,
|
| const std::string& property_name) override;
|
|
|