Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(145)

Unified Diff: chromeos/dbus/fake_bluetooth_gatt_descriptor_service_provider.h

Issue 628883002: replace OVERRIDE and FINAL with override and final in chromeos/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « chromeos/dbus/fake_bluetooth_gatt_descriptor_client.h ('k') | chromeos/dbus/fake_bluetooth_gatt_manager_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698