Index: chromeos/dbus/fake_bluetooth_gatt_descriptor_service_provider.h |
diff --git a/chromeos/dbus/fake_bluetooth_gatt_descriptor_service_provider.h b/chromeos/dbus/fake_bluetooth_gatt_descriptor_service_provider.h |
index 26f5a556013a7491fed61a4e79ad90315b91a17c..6e8dbbe56646c52fee1b3fe43392902567d8fae5 100644 |
--- a/chromeos/dbus/fake_bluetooth_gatt_descriptor_service_provider.h |
+++ b/chromeos/dbus/fake_bluetooth_gatt_descriptor_service_provider.h |
@@ -29,7 +29,7 @@ class CHROMEOS_EXPORT FakeBluetoothGattDescriptorServiceProvider |
virtual ~FakeBluetoothGattDescriptorServiceProvider(); |
// BluetoothGattDescriptorServiceProvider override. |
- virtual void SendValueChanged(const std::vector<uint8>& value) OVERRIDE; |
+ virtual void SendValueChanged(const std::vector<uint8>& value) override; |
// Methods to simulate value get/set requests issued from a remote device. The |
// methods do nothing, if the associated service was not registered with the |