| Index: device/bluetooth/bluetooth_remote_gatt_service_chromeos.h
|
| diff --git a/device/bluetooth/bluetooth_remote_gatt_service_chromeos.h b/device/bluetooth/bluetooth_remote_gatt_service_chromeos.h
|
| index e490ffc20a07c2c9a0512a8571a8280dbabc5fd4..c9de5cea9dfcd3bce28df51952bb0e6492dfa44e 100644
|
| --- a/device/bluetooth/bluetooth_remote_gatt_service_chromeos.h
|
| +++ b/device/bluetooth/bluetooth_remote_gatt_service_chromeos.h
|
| @@ -113,6 +113,9 @@ class BluetoothRemoteGattServiceChromeOS
|
| const dbus::ObjectPath& object_path) OVERRIDE;
|
| virtual void GattCharacteristicRemoved(
|
| const dbus::ObjectPath& object_path) OVERRIDE;
|
| + virtual void GattCharacteristicPropertyChanged(
|
| + const dbus::ObjectPath& object_path,
|
| + const std::string& property_name) OVERRIDE;
|
|
|
| // Object path of the GATT service.
|
| dbus::ObjectPath object_path_;
|
|
|