| Index: device/bluetooth/bluetooth_remote_gatt_characteristic_chromeos.cc
|
| diff --git a/device/bluetooth/bluetooth_remote_gatt_characteristic_chromeos.cc b/device/bluetooth/bluetooth_remote_gatt_characteristic_chromeos.cc
|
| index ad15a0698e8443c080368d05c5b5121bff9878e5..1c54a17682c14cd76b48e242eacfa71a91506151 100644
|
| --- a/device/bluetooth/bluetooth_remote_gatt_characteristic_chromeos.cc
|
| +++ b/device/bluetooth/bluetooth_remote_gatt_characteristic_chromeos.cc
|
| @@ -9,7 +9,7 @@
|
| #include "base/logging.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "chromeos/dbus/dbus_thread_manager.h"
|
| -#include "device/bluetooth/bluetooth_adapter.h"
|
| +#include "device/bluetooth/bluetooth_adapter_chromeos.h"
|
| #include "device/bluetooth/bluetooth_device.h"
|
| #include "device/bluetooth/bluetooth_gatt_notify_session_chromeos.h"
|
| #include "device/bluetooth/bluetooth_remote_gatt_descriptor_chromeos.h"
|
| @@ -244,6 +244,7 @@ void BluetoothRemoteGattCharacteristicChromeOS::StartNotifySession(
|
|
|
| ++num_notify_sessions_;
|
| DCHECK(service_);
|
| + DCHECK(service_->GetAdapter());
|
| DCHECK(service_->GetDevice());
|
| scoped_ptr<device::BluetoothGattNotifySession> session(
|
| new BluetoothGattNotifySessionChromeOS(
|
|
|