summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/bluetooth_gatt_connection_chromeos.h
diff options
context:
space:
mode:
Diffstat (limited to 'device/bluetooth/bluetooth_gatt_connection_chromeos.h')
-rw-r--r--device/bluetooth/bluetooth_gatt_connection_chromeos.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/device/bluetooth/bluetooth_gatt_connection_chromeos.h b/device/bluetooth/bluetooth_gatt_connection_chromeos.h
index 66c1a1a..6e40283 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 {
@@ -23,8 +23,9 @@ namespace chromeos {
// BluetoothGattConnectionChromeOS implements BluetoothGattConnection for the
// Chrome OS platform.
-class BluetoothGattConnectionChromeOS : public device::BluetoothGattConnection,
- public BluetoothDeviceClient::Observer {
+class BluetoothGattConnectionChromeOS
+ : public device::BluetoothGattConnection,
+ public bluez::BluetoothDeviceClient::Observer {
public:
explicit BluetoothGattConnectionChromeOS(
scoped_refptr<device::BluetoothAdapter> adapter,
@@ -37,7 +38,7 @@ class BluetoothGattConnectionChromeOS : public device::BluetoothGattConnection,
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;