| Index: chromeos/dbus/bluetooth_gatt_characteristic_service_provider.cc
|
| diff --git a/chromeos/dbus/bluetooth_gatt_characteristic_service_provider.cc b/chromeos/dbus/bluetooth_gatt_characteristic_service_provider.cc
|
| index 19e9f425ff90d8aca7ad2778b35d666ca30820d9..edc67b51aa9e27c03362f82595c84dbe6ea73a84 100644
|
| --- a/chromeos/dbus/bluetooth_gatt_characteristic_service_provider.cc
|
| +++ b/chromeos/dbus/bluetooth_gatt_characteristic_service_provider.cc
|
| @@ -89,7 +89,7 @@ class BluetoothGattCharacteristicServiceProviderImpl
|
| }
|
|
|
| // BluetoothGattCharacteristicServiceProvider 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 characteristic value.";
|
| dbus::Signal signal(
|
| dbus::kDBusPropertiesInterface,
|
|
|