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

Unified Diff: device/bluetooth/bluetooth_gatt_notify_session_chromeos.h

Issue 1347193004: Refactor DBusThreadManager to split away BT clients. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months 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/bluetooth_gatt_notify_session_chromeos.h
diff --git a/device/bluetooth/bluetooth_gatt_notify_session_chromeos.h b/device/bluetooth/bluetooth_gatt_notify_session_chromeos.h
index 245a72f30420f789881ab01007cf20faed286753..ef6e8da4e9f7c86d6f20445f05ab7f8c3c9bed2e 100644
--- a/device/bluetooth/bluetooth_gatt_notify_session_chromeos.h
+++ b/device/bluetooth/bluetooth_gatt_notify_session_chromeos.h
@@ -8,8 +8,8 @@
#include <string>
#include "base/callback.h"
-#include "chromeos/dbus/bluetooth_gatt_characteristic_client.h"
#include "device/bluetooth/bluetooth_gatt_notify_session.h"
+#include "device/bluetooth/dbus/bluetooth_gatt_characteristic_client.h"
namespace device {
@@ -25,7 +25,7 @@ class BluetoothRemoteGattCharacteristicChromeOS;
// BluetoothGattNotifySession for the Chrome OS platform.
class BluetoothGattNotifySessionChromeOS
: public device::BluetoothGattNotifySession,
- public BluetoothGattCharacteristicClient::Observer {
+ public bluez::BluetoothGattCharacteristicClient::Observer {
public:
~BluetoothGattNotifySessionChromeOS() override;
@@ -44,7 +44,7 @@ class BluetoothGattNotifySessionChromeOS
const std::string& characteristic_identifier,
const dbus::ObjectPath& characteristic_path);
- // BluetoothGattCharacteristicClient::Observer overrides.
+ // bluez::BluetoothGattCharacteristicClient::Observer overrides.
void GattCharacteristicRemoved(const dbus::ObjectPath& object_path) override;
void GattCharacteristicPropertyChanged(
const dbus::ObjectPath& object_path,
« no previous file with comments | « device/bluetooth/bluetooth_gatt_connection_chromeos.cc ('k') | device/bluetooth/bluetooth_gatt_notify_session_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698