Index: device/bluetooth/bluetooth_gatt_notify_session.h |
diff --git a/device/bluetooth/bluetooth_gatt_notify_session.h b/device/bluetooth/bluetooth_gatt_notify_session.h |
index cbedb623d47207eb085356e3ee06f31d56260df3..4d1ddf692e4c95c600f4fa5d560952f8051c3475 100644 |
--- a/device/bluetooth/bluetooth_gatt_notify_session.h |
+++ b/device/bluetooth/bluetooth_gatt_notify_session.h |
@@ -16,7 +16,7 @@ namespace device { |
// A BluetoothGattNotifySession represents an active session for listening |
// to value updates from GATT characteristics that support notifications and/or |
// indications. Instances are obtained by calling |
-// BluetoothGattCharacteristic::StartNotifySession. |
+// BluetoothRemoteGattCharacteristic::StartNotifySession. |
class DEVICE_BLUETOOTH_EXPORT BluetoothGattNotifySession { |
public: |
// Destructor automatically stops this session. |