| Index: chromeos/dbus/bluetooth_gatt_descriptor_service_provider.cc
|
| diff --git a/chromeos/dbus/bluetooth_gatt_descriptor_service_provider.cc b/chromeos/dbus/bluetooth_gatt_descriptor_service_provider.cc
|
| index 9bdfe1f21b6d3c20303848194949669ad650bd7a..59d80518d07fe01628c387e760be7bcfc59be421 100644
|
| --- a/chromeos/dbus/bluetooth_gatt_descriptor_service_provider.cc
|
| +++ b/chromeos/dbus/bluetooth_gatt_descriptor_service_provider.cc
|
| @@ -87,7 +87,7 @@ class BluetoothGattDescriptorServiceProviderImpl
|
| }
|
|
|
| // BluetoothGattDescriptorServiceProvider override.
|
| - virtual void SendValueChanged(const std::vector<uint8>& value) OVERRIDE {
|
| + virtual void SendValueChanged(const std::vector<uint8>& value) override {
|
| VLOG(2) << "Emitting a PropertiesChanged signal for descriptor value.";
|
| dbus::Signal signal(
|
| dbus::kDBusPropertiesInterface,
|
|
|